Searched refs:ipproto (Results 1 – 4 of 4) sorted by relevance
265 static void efx_gen_tun_header_ipv4(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) in efx_gen_tun_header_ipv4() argument277 ip->protocol = ipproto; in efx_gen_tun_header_ipv4()285 static void efx_gen_tun_header_ipv6(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) in efx_gen_tun_header_ipv6() argument298 ip->nexthdr = ipproto; in efx_gen_tun_header_ipv6()
1278 u8 ipproto; in efx_can_encap_offloads() local1290 ipproto = ip_hdr(skb)->protocol; in efx_can_encap_offloads()1296 ipproto = ipv6_hdr(skb)->nexthdr; in efx_can_encap_offloads()1302 switch (ipproto) { in efx_can_encap_offloads()
1305 u8 ipproto; in efx_can_encap_offloads() local1317 ipproto = ip_hdr(skb)->protocol; in efx_can_encap_offloads()1323 ipproto = ipv6_hdr(skb)->nexthdr; in efx_can_encap_offloads()1329 switch (ipproto) { in efx_can_encap_offloads()
553 __u8 ipproto = iph->protocol; in get_fixed_ipv4_csum() local555 if (unlikely(ipproto == IPPROTO_SCTP)) in get_fixed_ipv4_csum()560 length_for_csum, ipproto, 0); in get_fixed_ipv4_csum()
Completed in 15 milliseconds