Home
last modified time | relevance | path

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

/net/sched/
Dcls_flower.c1456 if (key->enc_opts.dst_opt_type && in fl_set_enc_opt()
1457 key->enc_opts.dst_opt_type != TUNNEL_GENEVE_OPT) { in fl_set_enc_opt()
1462 key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1473 mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT; in fl_set_enc_opt()
1487 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1492 key->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1503 mask->enc_opts.dst_opt_type = TUNNEL_VXLAN_OPT; in fl_set_enc_opt()
1517 if (key->enc_opts.dst_opt_type) { in fl_set_enc_opt()
1522 key->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
1533 mask->enc_opts.dst_opt_type = TUNNEL_ERSPAN_OPT; in fl_set_enc_opt()
[all …]
/net/openvswitch/
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()
/net/core/
Dflow_dissector.c466 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()