Lines Matching defs:packet_fanout
303 struct packet_fanout { struct
305 struct net *net;
307 unsigned int num_members;
308 u16 id;
309 u8 type;
310 u8 defrag;
311 atomic_t rr_cur;
312 struct list_head list;
313 struct sock *arr[PACKET_FANOUT_MAX];
314 spinlock_t lock;
315 atomic_t sk_ref;
316 struct packet_type prot_hook ____cacheline_aligned_in_smp;