Searched refs:xdp_headroom (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/xen-netback/
H A Drx.c287 if (queue->vif->xdp_headroom) {
293 extra->u.xdp.headroom = queue->vif->xdp_headroom;
398 unsigned int offset = queue->vif->xdp_headroom;
H A Dcommon.h297 u16 xdp_headroom; member in struct:xenvif
H A Dxenbus.c406 vif->xdp_headroom = 0;
411 vif->xdp_headroom = headroom;
H A Dinterface.c522 vif->xdp_headroom = 0;
/linux-master/drivers/net/
H A Dvirtio_net.c1180 unsigned int xdp_headroom,
1189 header_offset = VIRTNET_RX_PAD + xdp_headroom;
1209 unsigned int xdp_headroom,
1214 unsigned int header_offset = VIRTNET_RX_PAD + xdp_headroom;
1231 if (unlikely(xdp_headroom < virtnet_get_headroom(vi))) {
1236 xdp_headroom = virtnet_get_headroom(vi);
1237 header_offset = VIRTNET_RX_PAD + xdp_headroom;
1254 xdp_headroom, len, true);
1299 unsigned int xdp_headroom = (unsigned long)ctx; local
1320 xdp_headroom, le
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 212 milliseconds