Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
A Dtc_encap_actions.c265 static void efx_gen_tun_header_ipv4(struct efx_tc_encap_action *encap, u8 ipproto, u8 len) in efx_gen_tun_header_ipv4() argument
277 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() argument
298 ip->nexthdr = ipproto; in efx_gen_tun_header_ipv6()
A Defx_common.c1278 u8 ipproto; in efx_can_encap_offloads() local
1290 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()
/drivers/net/ethernet/sfc/siena/
A Defx_common.c1305 u8 ipproto; in efx_can_encap_offloads() local
1317 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()
/drivers/net/ethernet/mellanox/mlx4/
A Den_rx.c553 __u8 ipproto = iph->protocol; in get_fixed_ipv4_csum() local
555 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