Searched defs:xdp_headroom (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/xen-netback/
H A Dcommon.h297 u16 xdp_headroom; member in struct:xenvif
/linux-master/drivers/net/
H A Dvirtio_net.c1299 unsigned int xdp_headroom = (unsigned long)ctx; local
1179 receive_small_build_skb(struct virtnet_info *vi, unsigned int xdp_headroom, void *buf, unsigned int len) argument
1204 receive_small_xdp(struct net_device *dev, struct virtnet_info *vi, struct receive_queue *rq, struct bpf_prog *xdp_prog, void *buf, unsigned int xdp_headroom, unsigned int len, unsigned int *xdp_xmit, struct virtnet_rq_stats *stats) argument
1867 unsigned int xdp_headroom = virtnet_get_headroom(vi); local
[all...]

Completed in 110 milliseconds