Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dif_tunnel.h175 #define TUNNEL_GENEVE_OPT __cpu_to_be16(0x0800) macro
182 (TUNNEL_GENEVE_OPT | TUNNEL_VXLAN_OPT | TUNNEL_ERSPAN_OPT | \
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_geneve.c114 if (tun_info->key.tun_flags & TUNNEL_GENEVE_OPT) { in mlx5e_gen_ip_tunnel_header_geneve()
191 if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) { in mlx5e_tc_tun_parse_geneve_options()
347 a_has_opts = !!(a->ip_tun_key->tun_flags & TUNNEL_GENEVE_OPT); in mlx5e_tc_tun_encap_info_equal_geneve()
348 b_has_opts = !!(b->ip_tun_key->tun_flags & TUNNEL_GENEVE_OPT); in mlx5e_tc_tun_encap_info_equal_geneve()
/linux-6.3-rc2/net/netfilter/
A Dnft_tunnel.c369 opts->flags = TUNNEL_GENEVE_OPT; in nft_tunnel_obj_geneve_init()
415 if (type && type != TUNNEL_GENEVE_OPT) in nft_tunnel_obj_opts_init()
420 type = TUNNEL_GENEVE_OPT; in nft_tunnel_obj_opts_init()
616 } else if (opts->flags & TUNNEL_GENEVE_OPT) { in nft_tunnel_opts_dump()
/linux-6.3-rc2/net/sched/
A Dact_tunnel_key.c233 if (type && type != TUNNEL_GENEVE_OPT) { in tunnel_key_copy_opts()
250 type = TUNNEL_GENEVE_OPT; in tunnel_key_copy_opts()
305 info->key.tun_flags |= TUNNEL_GENEVE_OPT; in tunnel_key_opts_set()
663 if (info->key.tun_flags & TUNNEL_GENEVE_OPT) { in tunnel_key_opts_dump()
A Dcls_flower.c1409 key->enc_opts.dst_opt_type != TUNNEL_GENEVE_OPT) { in fl_set_enc_opt()
1414 key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1425 mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
3021 case TUNNEL_GENEVE_OPT: in fl_dump_key_options()
/linux-6.3-rc2/net/ipv4/
A Dip_tunnel_core.c500 info->key.tun_flags |= TUNNEL_GENEVE_OPT; in ip_tun_parse_opts_geneve()
601 if (type && type != TUNNEL_GENEVE_OPT) in ip_tun_parse_opts()
610 type = TUNNEL_GENEVE_OPT; in ip_tun_parse_opts()
822 if (tun_info->key.tun_flags & TUNNEL_GENEVE_OPT) in ip_tun_fill_encap_opts()
864 if (info->key.tun_flags & TUNNEL_GENEVE_OPT) { in ip_tun_opts_nlsize()
/linux-6.3-rc2/net/psample/
A Dpsample.c275 if (tun_key->tun_flags & TUNNEL_GENEVE_OPT && in __psample_ip_tun_to_nlattr()
350 if (tun_key->tun_flags & TUNNEL_GENEVE_OPT) in psample_tunnel_meta_len()
/linux-6.3-rc2/drivers/net/
A Dgeneve.c243 TUNNEL_GENEVE_OPT); in geneve_rx()
753 if (info->key.tun_flags & TUNNEL_GENEVE_OPT) in geneve_build_header()
/linux-6.3-rc2/net/openvswitch/
A Dflow_netlink.c755 tun_flags |= TUNNEL_GENEVE_OPT; in ip_tun_from_nlattr()
926 if (output->tun_flags & TUNNEL_GENEVE_OPT && in __ip_tun_to_nlattr()
2774 dst_opt_type = TUNNEL_GENEVE_OPT; in validate_and_copy_set_tun()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c422 NFP_FL_TUNNEL_GENEVE_OPT != TUNNEL_GENEVE_OPT); in nfp_fl_set_tun()

Completed in 32 milliseconds