Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dbareudp.c308 bool udp_sum = test_bit(IP_TUNNEL_CSUM_BIT, info->key.tun_flags); in bareudp_xmit_skb() local
357 err = udp_tunnel_handle_offloads(skb, udp_sum); in bareudp_xmit_skb()
378 bool udp_sum = test_bit(IP_TUNNEL_CSUM_BIT, info->key.tun_flags); in bareudp6_xmit_skb() local
425 err = udp_tunnel_handle_offloads(skb, udp_sum); in bareudp6_xmit_skb()
Dgeneve.c768 bool udp_sum = test_bit(IP_TUNNEL_CSUM_BIT, info->key.tun_flags); in geneve_build_skb() local
783 err = udp_tunnel_handle_offloads(skb, udp_sum); in geneve_build_skb()
/linux-6.12.1/drivers/net/vxlan/
Dvxlan_core.c2182 bool udp_sum) in vxlan_build_skb() argument
2187 int type = udp_sum ? SKB_GSO_UDP_TUNNEL_CSUM : SKB_GSO_UDP_TUNNEL; in vxlan_build_skb()
2353 bool udp_sum = false; in vxlan_xmit_one() local
2410 udp_sum = !(flags & VXLAN_F_UDP_ZERO_CSUM_TX); in vxlan_xmit_one()
2412 udp_sum = !(flags & VXLAN_F_UDP_ZERO_CSUM6_TX); in vxlan_xmit_one()
2445 udp_sum = test_bit(IP_TUNNEL_CSUM_BIT, info->key.tun_flags); in vxlan_xmit_one()
2515 vni, md, flags, udp_sum); in vxlan_xmit_one()
2521 src_port, dst_port, xnet, !udp_sum); in vxlan_xmit_one()
2576 vni, md, flags, udp_sum); in vxlan_xmit_one()
2582 pkey->label, src_port, dst_port, !udp_sum); in vxlan_xmit_one()