Searched refs:dst_opt_type (Results 1 – 6 of 6) sorted by relevance
1299 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 …]
95 __be16 dst_opt_type; member
191 if (enc_opts.key->dst_opt_type != TUNNEL_GENEVE_OPT) { in mlx5e_tc_tun_parse_geneve_options()
2646 __be16 dst_opt_type; in validate_and_copy_set_tun() local2648 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()
623 enc_opts.key.dst_opt_type); in mlx5e_restore_tunnel()
386 enc_opt->dst_opt_type = info->key.tun_flags & in skb_flow_dissect_tunnel_info()
Completed in 23 milliseconds