Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dflow_dissector.h97 __be16 dst_opt_type; member
/kernel/linux/linux-5.10/net/sched/
Dcls_flower.c1311 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1312 key->enc_opts.dst_opt_type != TUNNEL_GENEVE_OPT) { in fl_set_enc_opt()
1317 key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1328 mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1342 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1347 key->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1358 mask->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1372 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1377 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1388 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_geneve.c191 if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) { in mlx5e_tc_tun_parse_geneve_options()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow_netlink.c2721 __be16 dst_opt_type; in validate_and_copy_set_tun() local
2723 dst_opt_type = 0; in validate_and_copy_set_tun()
2735 dst_opt_type = TUNNEL_GENEVE_OPT; in validate_and_copy_set_tun()
2738 dst_opt_type = TUNNEL_VXLAN_OPT; in validate_and_copy_set_tun()
2741 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
2786 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c585 enc_opts.key.dst_opt_type); in mlx5e_restore_tunnel()
/kernel/linux/linux-5.10/net/core/
Dflow_dissector.c379 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()