Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1200 u8 tun_prot = 0, l4_prot = 0, ptype = 0; in wx_encode_tx_desc_ptype() local
1210 tun_prot = ip_hdr(skb)->protocol; in wx_encode_tx_desc_ptype()
1216 tun_prot = ipv6_hdr(skb)->nexthdr; in wx_encode_tx_desc_ptype()
1218 ipv6_skip_exthdr(skb, exthdr - skb->data, &tun_prot, &frag_off); in wx_encode_tx_desc_ptype()
1225 if (tun_prot == IPPROTO_IPIP || tun_prot == IPPROTO_IPV6) { in wx_encode_tx_desc_ptype()
1228 } else if (tun_prot == IPPROTO_UDP) { in wx_encode_tx_desc_ptype()
1241 } else if (tun_prot == IPPROTO_GRE) { in wx_encode_tx_desc_ptype()
1319 u8 tun_prot = 0; in wx_tso() local
1378 tun_prot = ip_hdr(skb)->protocol; in wx_tso()
1384 tun_prot = ipv6_hdr(skb)->nexthdr; in wx_tso()
[all …]