Home
last modified time | relevance | path

Searched defs:packet_sock (Results 1 – 1 of 1) sorted by relevance

/linux/net/packet/
H A Dinternal.h104 struct packet_sock { struct
106 struct sock sk;
107 struct packet_fanout *fanout;
131 #define pkt_sk(ptr) container_of_const(ptr, struct packet_sock, sk) argument