Searched defs:tx_ring (Results 1 - 4 of 4) sorted by relevance

/net/netlink/
H A Daf_netlink.h48 struct netlink_ring tx_ring; member in struct:netlink_sock
H A Daf_netlink.c302 return nlk_sk(sk)->tx_ring.pg_vec != NULL;
370 bool closing, bool tx_ring)
379 ring = tx_ring ? &nlk->tx_ring : &nlk->rx_ring;
380 queue = tx_ring ? &sk->sk_write_queue : &sk->sk_receive_queue;
487 for (ring = &nlk->rx_ring; ring <= &nlk->tx_ring; ring++) {
501 for (ring = &nlk->rx_ring; ring <= &nlk->tx_ring; ring++) {
674 if (nlk->tx_ring.pg_vec) {
675 if (netlink_current_frame(&nlk->tx_ring, NL_MMAP_STATUS_UNUSED))
732 ring = &nlk->tx_ring;
369 netlink_set_ring(struct sock *sk, struct nl_mmap_req *req, bool closing, bool tx_ring) argument
[all...]
/net/packet/
H A Dinternal.h99 struct packet_ring_buffer tx_ring; member in struct:packet_sock
H A Daf_packet.c169 int closing, int tx_ring);
515 int tx_ring,
520 pkc = tx_ring ? GET_PBDQC_FROM_RB(&po->tx_ring) :
540 static void prb_setup_retire_blk_timer(struct packet_sock *po, int tx_ring) argument
544 if (tx_ring)
547 pkc = tx_ring ? GET_PBDQC_FROM_RB(&po->tx_ring) :
604 union tpacket_req_u *req_u, int tx_ring)
631 prb_setup_retire_blk_timer(po, tx_ring);
514 prb_shutdown_retire_blk_timer(struct packet_sock *po, int tx_ring, struct sk_buff_head *rb_queue) argument
601 init_prb_bdqc(struct packet_sock *po, struct packet_ring_buffer *rb, struct pgv *pg_vec, union tpacket_req_u *req_u, int tx_ring) argument
3740 packet_set_ring(struct sock *sk, union tpacket_req_u *req_u, int closing, int tx_ring) argument
[all...]

Completed in 79 milliseconds