Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_tun.h22 struct tun_xdp_hdr { struct
/linux/drivers/vhost/
H A Dnet.c671 struct tun_xdp_hdr *hdr; in vhost_net_build_xdp()
694 copied = copy_from_iter(buf + offsetof(struct tun_xdp_hdr, gso), in vhost_net_build_xdp()
/linux/drivers/net/
H A Dtap.c1172 struct tun_xdp_hdr *hdr = xdp->data_hard_start; in tap_get_user_xdp()
H A Dtun.c2443 struct tun_xdp_hdr *hdr = xdp->data_hard_start; in tun_xdp_one()