Lines Matching refs:packet_fanout
1324 static unsigned int fanout_demux_hash(struct packet_fanout *f, in fanout_demux_hash()
1331 static unsigned int fanout_demux_lb(struct packet_fanout *f, in fanout_demux_lb()
1340 static unsigned int fanout_demux_cpu(struct packet_fanout *f, in fanout_demux_cpu()
1347 static unsigned int fanout_demux_rnd(struct packet_fanout *f, in fanout_demux_rnd()
1354 static unsigned int fanout_demux_rollover(struct packet_fanout *f, in fanout_demux_rollover()
1393 static unsigned int fanout_demux_qm(struct packet_fanout *f, in fanout_demux_qm()
1400 static unsigned int fanout_demux_bpf(struct packet_fanout *f, in fanout_demux_bpf()
1416 static bool fanout_has_flag(struct packet_fanout *f, u16 flag) in fanout_has_flag()
1424 struct packet_fanout *f = pt->af_packet_priv; in packet_rcv_fanout()
1480 struct packet_fanout *f = po->fanout; in __fanout_link()
1493 struct packet_fanout *f = po->fanout; in __fanout_unlink()
1520 static void fanout_init_data(struct packet_fanout *f) in fanout_init_data()
1533 static void __fanout_set_data_bpf(struct packet_fanout *f, struct bpf_prog *new) in __fanout_set_data_bpf()
1604 static void fanout_release_data(struct packet_fanout *f) in fanout_release_data()
1615 struct packet_fanout *f; in __fanout_id_is_free()
1648 struct packet_fanout *f, *match; in fanout_add()
1782 static struct packet_fanout *fanout_release(struct sock *sk) in fanout_release()
1785 struct packet_fanout *f; in fanout_release()
3065 struct packet_fanout *f; in packet_release()