dst_opt_type      191 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c 	if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) {
dst_opt_type       75 include/net/flow_dissector.h 	__be16 dst_opt_type;
dst_opt_type      397 net/core/flow_dissector.c 			enc_opt->dst_opt_type = info->key.tun_flags &
dst_opt_type     2566 net/openvswitch/flow_netlink.c 	__be16 dst_opt_type;
dst_opt_type     2568 net/openvswitch/flow_netlink.c 	dst_opt_type = 0;
dst_opt_type     2580 net/openvswitch/flow_netlink.c 			dst_opt_type = TUNNEL_GENEVE_OPT;
dst_opt_type     2583 net/openvswitch/flow_netlink.c 			dst_opt_type = TUNNEL_VXLAN_OPT;
dst_opt_type     2586 net/openvswitch/flow_netlink.c 			dst_opt_type = TUNNEL_ERSPAN_OPT;
dst_opt_type     2631 net/openvswitch/flow_netlink.c 				key.tun_opts_len, dst_opt_type);
dst_opt_type      971 net/sched/cls_flower.c 			key->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT;
dst_opt_type      982 net/sched/cls_flower.c 			mask->enc_opts.dst_opt_type = TUNNEL_GENEVE_OPT;
dst_opt_type     2201 net/sched/cls_flower.c 	switch (enc_opts->dst_opt_type) {