Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_VXLAN_OPT_BIT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c93 if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, tun_key->tun_flags) && in mlx5e_gen_ip_tunnel_header_vxlan()
102 if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, tun_key->tun_flags)) { in mlx5e_gen_ip_tunnel_header_vxlan()
128 if (enc_opts.key->dst_opt_type != IP_TUNNEL_VXLAN_OPT_BIT) { in mlx5e_tc_tun_parse_vxlan_gbp_option()
212 IP_TUNNEL_VXLAN_OPT_BIT); in mlx5e_tc_tun_encap_info_equal_vxlan()
/linux/net/core/
H A Dnet_test.c320 IP_TUNNEL_VXLAN_OPT_BIT,
327 IP_TUNNEL_VXLAN_OPT_BIT,
339 cpu_to_be16(BIT(IP_TUNNEL_VXLAN_OPT_BIT)),
/linux/include/net/
H A Dip_tunnels.h216 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, present); in ip_tunnel_set_options_present()
229 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, present); in ip_tunnel_clear_options_present()
242 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, present); in ip_tunnel_is_options_present()
/linux/include/uapi/linux/
H A Dif_tunnel.h207 IP_TUNNEL_VXLAN_OPT_BIT, /* OPTIONS_PRESENT */ enumerator
/linux/net/netfilter/
H A Dnft_tunnel.c275 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, opts->flags); in nft_tunnel_obj_vxlan_init()
407 type = IP_TUNNEL_VXLAN_OPT_BIT; in nft_tunnel_obj_opts_init()
590 if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, opts->flags)) { in nft_tunnel_opts_dump()
/linux/net/ipv4/
H A Dip_tunnel_core.c529 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, info->key.tun_flags); in ip_tun_parse_opts_vxlan()
621 type = IP_TUNNEL_VXLAN_OPT_BIT; in ip_tun_parse_opts()
831 else if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, tun_info->key.tun_flags)) in ip_tun_fill_encap_opts()
885 } else if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, info->key.tun_flags)) { in ip_tun_opts_nlsize()
/linux/net/sched/
H A Dact_tunnel_key.c262 type = IP_TUNNEL_VXLAN_OPT_BIT; in tunnel_key_copy_opts()
313 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, info->key.tun_flags); in tunnel_key_opts_set()
670 } else if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, info->key.tun_flags)) { in tunnel_key_opts_dump()
H A Dcls_flower.c1581 key->enc_opts.dst_opt_type = IP_TUNNEL_VXLAN_OPT_BIT; in fl_set_enc_opt()
1592 mask->enc_opts.dst_opt_type = IP_TUNNEL_VXLAN_OPT_BIT; in fl_set_enc_opt()
3395 case IP_TUNNEL_VXLAN_OPT_BIT: in fl_dump_key_options()
/linux/net/openvswitch/
H A Dflow_netlink.c779 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, tun_flags); in ip_tun_from_nlattr()
944 else if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, in __ip_tun_to_nlattr()
2788 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, dst_opt_type); in validate_and_copy_set_tun()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1595 __set_bit(IP_TUNNEL_VXLAN_OPT_BIT, in vxlan_parse_gbp_hdr()
2459 if (test_bit(IP_TUNNEL_VXLAN_OPT_BIT, info->key.tun_flags)) { in vxlan_xmit_one()