Searched refs:packet_sock (Results 1 – 3 of 3) sorted by relevance
188 struct packet_sock;192 static void *packet_previous_frame(struct packet_sock *po,198 struct packet_sock *);200 struct packet_sock *, unsigned int status);241 static void __fanout_unlink(struct sock *sk, struct packet_sock *po);242 static void __fanout_link(struct sock *sk, struct packet_sock *po);249 static struct net_device *packet_cached_dev_get(struct packet_sock *po) in packet_cached_dev_get()262 static void packet_cached_dev_assign(struct packet_sock *po, in packet_cached_dev_assign()268 static void packet_cached_dev_reset(struct packet_sock *po) in packet_cached_dev_reset()273 static bool packet_use_direct_xmit(const struct packet_sock *po) in packet_use_direct_xmit()[all …]
105 struct packet_sock { struct136 static struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument138 return (struct packet_sock *)sk; in pkt_sk()
12 static int pdiag_put_info(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_info()37 static int pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_mclist()97 static int pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) in pdiag_put_rings_cfg()112 static int pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_fanout()136 struct packet_sock *po = pkt_sk(sk); in sk_diag_fill()