Home
last modified time | relevance | path

Searched refs:tun_xdp_xmit (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/net/
Dtun.c1267 static int tun_xdp_xmit(struct net_device *dev, int n, in tun_xdp_xmit() function
1324 nxmit = tun_xdp_xmit(dev, 1, &frame, XDP_XMIT_FLUSH); in tun_xdp_tx()
1344 .ndo_xdp_xmit = tun_xdp_xmit,