Searched refs:tun_xdp_xmit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 1290 static int tun_xdp_xmit(struct net_device *dev, int n, in tun_xdp_xmit() function 1347 return tun_xdp_xmit(dev, 1, &frame, XDP_XMIT_FLUSH); in tun_xdp_tx() 1365 .ndo_xdp_xmit = tun_xdp_xmit,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 1272 static int tun_xdp_xmit(struct net_device *dev, int n, in tun_xdp_xmit() function 1329 nxmit = tun_xdp_xmit(dev, 1, &frame, XDP_XMIT_FLUSH); in tun_xdp_tx() 1350 .ndo_xdp_xmit = tun_xdp_xmit,
|
Completed in 10 milliseconds