Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1125 tun_prot = ip_hdr(skb)->protocol; in wx_encode_tx_desc_ptype()
1131 tun_prot = ipv6_hdr(skb)->nexthdr; in wx_encode_tx_desc_ptype()
1140 if (tun_prot == IPPROTO_IPIP || tun_prot == IPPROTO_IPV6) { in wx_encode_tx_desc_ptype()
1234 u8 tun_prot = 0; in wx_tso() local
1293 tun_prot = ip_hdr(skb)->protocol; in wx_tso()
1299 tun_prot = ipv6_hdr(skb)->nexthdr; in wx_tso()
1306 switch (tun_prot) { in wx_tso()
1359 u8 tun_prot = 0; in wx_tx_csum() local
1389 tun_prot = ip_hdr(skb)->protocol; in wx_tx_csum()
1397 &tun_prot, &frag_off); in wx_tx_csum()
[all …]