Searched refs:packet_sock (Results 1 – 2 of 2) sorted by relevance
| /linux/net/packet/ |
| H A D | af_packet.c | 192 struct packet_sock; 196 static void *packet_previous_frame(struct packet_sock *po, 202 struct packet_sock *); 204 struct packet_sock *, unsigned int status); 244 static void __fanout_unlink(struct sock *sk, struct packet_sock *po); 245 static void __fanout_link(struct sock *sk, struct packet_sock *po); 274 static int packet_xmit(const struct packet_sock *po, struct sk_buff *skb) in packet_xmit() 289 static struct net_device *packet_cached_dev_get(struct packet_sock *po) in packet_cached_dev_get() 301 static void packet_cached_dev_assign(struct packet_sock *po, in packet_cached_dev_assign() 307 static void packet_cached_dev_reset(struct packet_sock *po) in packet_cached_dev_reset() [all …]
|
| H A D | internal.h | 104 struct packet_sock { struct 131 #define pkt_sk(ptr) container_of_const(ptr, struct packet_sock, sk) argument 143 static inline void packet_sock_flag_set(struct packet_sock *po, in packet_sock_flag_set() 153 static inline bool packet_sock_flag(const struct packet_sock *po, in packet_sock_flag()
|