Searched refs:skb_xdp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | tun.c | 1669 int len, int *skb_xdp) in tun_build_skb() 1702 *skb_xdp = 1; in tun_build_skb() 1707 *skb_xdp = 0; in tun_build_skb() 1770 int skb_xdp = 1; in tun_get_user() local 1831 skb = tun_build_skb(tun, tfile, from, &gso, len, &skb_xdp); in tun_get_user() 1944 if (skb_xdp) { in tun_get_user() 2471 bool skb_xdp = false; in tun_xdp_one() local 2480 skb_xdp = true; in tun_xdp_one() 2537 if (skb_xdp) { in tun_xdp_one() 1665 tun_build_skb(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *from, struct virtio_net_hdr *hdr, int len, int *skb_xdp) tun_build_skb() argument
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | tun.c | 1668 int len, int *skb_xdp) in tun_build_skb() 1701 *skb_xdp = 1; in tun_build_skb() 1706 *skb_xdp = 0; in tun_build_skb() 1764 int skb_xdp = 1; in tun_get_user() local 1826 skb = tun_build_skb(tun, tfile, from, &gso, len, &skb_xdp); in tun_get_user() 1923 if (skb_xdp) { in tun_get_user() 2457 bool skb_xdp = false; in tun_xdp_one() local 2463 skb_xdp = true; in tun_xdp_one() 2520 if (skb_xdp) { in tun_xdp_one() 1664 tun_build_skb(struct tun_struct *tun, struct tun_file *tfile, struct iov_iter *from, struct virtio_net_hdr *hdr, int len, int *skb_xdp) tun_build_skb() argument
|
Completed in 15 milliseconds