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

/net/packet/
H A Dinternal.h93 struct packet_sock { struct
94 /* struct sock has to be the first member of packet_sock */
122 static struct packet_sock *pkt_sk(struct sock *sk)
124 return (struct packet_sock *)sk;

Completed in 146 milliseconds