Home
last modified time | relevance | path

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

/net/packet/
Dinternal.h109 struct packet_sock { struct
111 struct sock sk;
112 struct packet_fanout *fanout;
136 #define pkt_sk(ptr) container_of_const(ptr, struct packet_sock, sk) argument