Home
last modified time | relevance | path

Searched refs:dst_opt_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/sched/
H A Dcls_flower.c1457 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1458 key->enc_opts.dst_opt_type != TUNNEL_GENEVE_OPT) { in fl_set_enc_opt()
1463 key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1474 mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1488 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1493 key->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1504 mask->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1518 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1523 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1534 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
[all …]
/openbmc/linux/include/net/
H A Dflow_dissector.h100 __be16 dst_opt_type; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_vxlan.c128 if (enc_opts.key->dst_opt_type != TUNNEL_VXLAN_OPT) { in mlx5e_tc_tun_parse_vxlan_gbp_option()
H A Dtc_tun_geneve.c191 if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) { in mlx5e_tc_tun_parse_geneve_options()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2770 __be16 dst_opt_type; in validate_and_copy_set_tun() local
2772 dst_opt_type = 0; in validate_and_copy_set_tun()
2784 dst_opt_type = TUNNEL_GENEVE_OPT; in validate_and_copy_set_tun()
2787 dst_opt_type = TUNNEL_VXLAN_OPT; in validate_and_copy_set_tun()
2790 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
2835 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/openbmc/linux/net/core/
H A Dflow_dissector.c466 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5549 enc_opts.key.dst_opt_type); in mlx5e_tc_restore_tunnel()