Searched refs:l4_prot (Results 1 – 1 of 1) sorted by relevance
1237 u8 tun_prot = 0, l4_prot = 0, ptype = 0; in wx_encode_tx_desc_ptype() local1296 l4_prot = hdr.ipv4->protocol; in wx_encode_tx_desc_ptype()1301 l4_prot = inner_ipv6_hdr(skb)->nexthdr; in wx_encode_tx_desc_ptype()1303 ipv6_skip_exthdr(skb, exthdr - skb->data, &l4_prot, &frag_off); in wx_encode_tx_desc_ptype()1312 l4_prot = ip_hdr(skb)->protocol; in wx_encode_tx_desc_ptype()1318 l4_prot = ipv6_hdr(skb)->nexthdr; in wx_encode_tx_desc_ptype()1320 ipv6_skip_exthdr(skb, exthdr - skb->data, &l4_prot, &frag_off); in wx_encode_tx_desc_ptype()1327 switch (l4_prot) { in wx_encode_tx_desc_ptype()1493 u8 l4_prot = 0; in wx_tx_csum() local1562 l4_prot = network_hdr.ipv4->protocol; in wx_tx_csum()[all …]