Home
last modified time | relevance | path

Searched defs:xdp_dev_bulk_queue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
Ddevmap.c55 struct xdp_dev_bulk_queue { struct
56 struct xdp_frame *q[DEV_MAP_BULK_SIZE];
57 struct list_head flush_node;
58 struct net_device *dev;
59 struct net_device *dev_rx;
60 unsigned int count;
/kernel/linux/linux-6.6/kernel/bpf/
Ddevmap.c56 struct xdp_dev_bulk_queue { struct
57 struct xdp_frame *q[DEV_MAP_BULK_SIZE];
58 struct list_head flush_node;
59 struct net_device *dev;
60 struct net_device *dev_rx;
61 struct bpf_prog *xdp_prog;
62 unsigned int count;