Home
last modified time | relevance | path

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

/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 …]
/net/openvswitch/
Dflow_netlink.c2729 __be16 dst_opt_type; in validate_and_copy_set_tun() local
2731 dst_opt_type = 0; in validate_and_copy_set_tun()
2743 dst_opt_type = TUNNEL_GENEVE_OPT; in validate_and_copy_set_tun()
2746 dst_opt_type = TUNNEL_VXLAN_OPT; in validate_and_copy_set_tun()
2749 dst_opt_type = TUNNEL_ERSPAN_OPT; in validate_and_copy_set_tun()
2794 key.tun_opts_len, dst_opt_type); in validate_and_copy_set_tun()
/net/core/
Dflow_dissector.c379 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()