Searched refs:packet_sock (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/packet/ |
D | af_packet.c | 189 struct packet_sock; 190 static int tpacket_snd(struct packet_sock *po, struct msghdr *msg); 194 static void *packet_previous_frame(struct packet_sock *po, 201 struct packet_sock *); 203 struct packet_sock *, unsigned int status); 209 static void prb_init_blk_timer(struct packet_sock *, 246 static void __fanout_unlink(struct sock *sk, struct packet_sock *po); 247 static void __fanout_link(struct sock *sk, struct packet_sock *po); 286 static struct net_device *packet_cached_dev_get(struct packet_sock *po) in packet_cached_dev_get() 299 static void packet_cached_dev_assign(struct packet_sock *po, in packet_cached_dev_assign() [all …]
|
D | internal.h | 103 struct packet_sock { struct 134 static struct packet_sock *pkt_sk(struct sock *sk) in pkt_sk() argument 136 return (struct packet_sock *)sk; in pkt_sk()
|
D | diag.c | 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() 98 static int pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) in pdiag_put_rings_cfg() 113 static int pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) in pdiag_put_fanout() 137 struct packet_sock *po = pkt_sk(sk); in sk_diag_fill()
|