Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dtun.c1582 int len, int *skb_xdp) in tun_build_skb() argument
1616 *skb_xdp = 1; in tun_build_skb()
1618 *skb_xdp = 0; in tun_build_skb()
1623 if (xdp_prog && !*skb_xdp) { in tun_build_skb()
1712 int skb_xdp = 1; in tun_get_user() local
1776 skb = tun_build_skb(tun, tfile, from, &gso, len, &skb_xdp); in tun_get_user()
1883 if (skb_xdp) { in tun_get_user()