Searched refs:tun_prot (Results 1 – 1 of 1) sorted by relevance
1178 u8 tun_prot = 0, l4_prot = 0, ptype = 0; in wx_encode_tx_desc_ptype() local1186 tun_prot = ip_hdr(skb)->protocol; in wx_encode_tx_desc_ptype()1190 wx_get_ipv6_proto(skb, skb_network_offset(skb), &tun_prot); in wx_encode_tx_desc_ptype()1197 if (tun_prot == IPPROTO_IPIP) { in wx_encode_tx_desc_ptype()1200 } else if (tun_prot == IPPROTO_UDP) { in wx_encode_tx_desc_ptype()1213 } else if (tun_prot == IPPROTO_GRE) { in wx_encode_tx_desc_ptype()1283 u8 tun_prot = 0; in wx_tso() local1339 tun_prot = ip_hdr(skb)->protocol; in wx_tso()1343 tun_prot = ipv6_hdr(skb)->nexthdr; in wx_tso()1348 switch (tun_prot) { in wx_tso()[all …]