Searched defs:packet_sock (Results 1 – 2 of 2) sorted by relevance
109 struct packet_sock { struct111 struct sock sk;112 struct packet_fanout *fanout;113 union tpacket_stats_u stats;114 struct packet_ring_buffer rx_ring;115 struct packet_ring_buffer tx_ring;116 int copy_thresh;117 spinlock_t bind_lock;141 static struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument
109 struct packet_sock { struct111 struct sock sk;112 struct packet_fanout *fanout;136 #define pkt_sk(ptr) container_of_const(ptr, struct packet_sock, sk) argument