Home
last modified time | relevance | path

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

/linux/net/sched/
A Dcls_flower.c1299 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1300 key->enc_opts.dst_opt_type != TUNNEL_GENEVE_OPT) { in fl_set_enc_opt()
1305 key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1316 mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1330 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1335 key->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1346 mask->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1360 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1365 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1376 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
[all …]
/linux/include/net/
A Dflow_dissector.h95 __be16 dst_opt_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun_geneve.c191 if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) { in mlx5e_tc_tun_parse_geneve_options()
/linux/net/openvswitch/
A Dflow_netlink.c2646 __be16 dst_opt_type; in validate_and_copy_set_tun() local
2648 dst_opt_type = 0; in validate_and_copy_set_tun()
2660 dst_opt_type = TUNNEL_GENEVE_OPT; in validate_and_copy_set_tun()
2663 dst_opt_type = TUNNEL_VXLAN_OPT; in validate_and_copy_set_tun()
2666 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
2711 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dtc.c623 enc_opts.key.dst_opt_type); in mlx5e_restore_tunnel()
/linux/net/core/
A Dflow_dissector.c386 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()

Completed in 23 milliseconds