Searched defs:packet_sock (Results 1 – 1 of 1) sorted by relevance
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