Home
last modified time | relevance | path

Searched refs:tun_type (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c195 if (tun_type) { in nfp_fl_output()
414 enum nfp_flower_tun_type tun_type, in nfp_fl_set_tun() argument
437 (tun_type != NFP_FL_TUNNEL_GENEVE || in nfp_fl_set_tun()
456 FIELD_PREP(NFP_FL_TUNNEL_TYPE, tun_type) | in nfp_fl_set_tun()
506 if (tun_type == NFP_FL_TUNNEL_GENEVE) { in nfp_fl_set_tun()
1067 true, tun_type, tun_out_cnt, in nfp_flower_loop_action()
1076 false, tun_type, tun_out_cnt, in nfp_flower_loop_action()
1112 if (*tun_type == NFP_FL_TUNNEL_NONE) { in nfp_flower_loop_action()
1280 enum nfp_flower_tun_type tun_type; in nfp_flower_compile_action() local
1291 tun_type = NFP_FL_TUNNEL_NONE; in nfp_flower_compile_action()
[all …]
H A Dcmsg.h707 enum nfp_flower_tun_type tun_type) in nfp_fl_netdev_is_tunnel_type() argument
710 return tun_type == NFP_FL_TUNNEL_VXLAN; in nfp_fl_netdev_is_tunnel_type()
712 return tun_type == NFP_FL_TUNNEL_GRE; in nfp_fl_netdev_is_tunnel_type()
714 return tun_type == NFP_FL_TUNNEL_GENEVE; in nfp_fl_netdev_is_tunnel_type()
H A Dmatch.c73 bool mask_version, enum nfp_flower_tun_type tun_type, in nfp_flower_compile_port() argument
81 if (tun_type) { in nfp_flower_compile_port()
82 frame->in_port = cpu_to_be32(NFP_FL_PORT_TYPE_TUN | tun_type); in nfp_flower_compile_port()
541 enum nfp_flower_tun_type tun_type, in nfp_flower_compile_flow_match() argument
580 port_id, false, tun_type, extack); in nfp_flower_compile_flow_match()
586 port_id, true, tun_type, extack); in nfp_flower_compile_flow_match()
H A Doffload.c177 enum nfp_flower_tun_type *tun_type, bool ipv6, in nfp_flower_calc_udp_tun_layer() argument
184 *tun_type = NFP_FL_TUNNEL_VXLAN; in nfp_flower_calc_udp_tun_layer()
206 *tun_type = NFP_FL_TUNNEL_GENEVE; in nfp_flower_calc_udp_tun_layer()
242 enum nfp_flower_tun_type *tun_type, in nfp_flower_calculate_key_layers() argument
368 *tun_type = NFP_FL_TUNNEL_GRE; in nfp_flower_calculate_key_layers()
398 tun_type, ipv6_tun, in nfp_flower_calculate_key_layers()
406 if (!nfp_fl_netdev_is_tunnel_type(netdev, *tun_type)) { in nfp_flower_calculate_key_layers()
1332 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_flower_add_offload() local
1358 &tun_type, extack); in nfp_flower_add_offload()
1369 flow_pay, tun_type, extack); in nfp_flower_add_offload()
H A Dmain.h566 bool mask_version, enum nfp_flower_tun_type tun_type,
614 enum nfp_flower_tun_type tun_type,
707 enum nfp_flower_tun_type *tun_type,
H A Dconntrack.c813 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_fl_ct_add_offload() local
852 &tun_type, NULL); in nfp_fl_ct_add_offload()
896 port_id, false, tun_type, NULL); in nfp_fl_ct_add_offload()
900 port_id, true, tun_type, NULL); in nfp_fl_ct_add_offload()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c1133 int tun_type, gso_type; in ip_vs_tunnel_xmit() local
1154 tun_type = cp->dest->tun_type; in ip_vs_tunnel_xmit()
1157 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_tunnel_xmit()
1187 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_tunnel_xmit()
1212 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_tunnel_xmit()
1223 } else if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GRE) in ip_vs_tunnel_xmit()
1277 int tun_type, gso_type; in ip_vs_tunnel_xmit_v6() local
1299 tun_type = cp->dest->tun_type; in ip_vs_tunnel_xmit_v6()
1302 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_tunnel_xmit_v6()
1330 if (tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_tunnel_xmit_v6()
[all …]
H A Dip_vs_ctl.c572 switch (dest->tun_type) { in ip_vs_rs_hash()
993 udest->tun_type != dest->tun_type || in __ip_vs_update_dest()
998 dest->tun_type = udest->tun_type; in __ip_vs_update_dest()
1145 if (udest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_add_dest()
1215 if (udest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ip_vs_edit_dest()
2686 udest->tun_type = IP_VS_CONN_F_TUNNEL_TYPE_IPIP; in ip_vs_copy_udest_compat()
3547 dest->tun_type) || in ip_vs_genl_fill_dest()
3693 udest->tun_type = nla_get_u8(nla_tun_type); in ip_vs_genl_parse_dest()
H A Dip_vs_core.c1518 if (dest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ipvs_udp_decap()
1552 if (dest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GRE) { in ipvs_gre_decap()
1647 if (!dest || dest->tun_type != IP_VS_CONN_F_TUNNEL_TYPE_IPIP) in ip_vs_in_icmp()
/linux/drivers/net/ethernet/sfc/
H A Dtc.h162 enum efx_encap_type tun_type; member
192 enum efx_encap_type tun_type; member
H A Dtc.c589 encap->tun_type = type; in efx_tc_flower_record_encap_match()
661 if (old->tun_type != type) { in efx_tc_flower_record_encap_match()
664 old->tun_type, type); in efx_tc_flower_record_encap_match()
1535 rule->lhs_act.tun_type = type; in efx_tc_flower_replace_foreign_lhs_ar()
1647 rule->lhs_act.tun_type = type; in efx_tc_flower_replace_foreign_lhs()
H A Dmae.c1484 rc = efx_mae_encap_type_to_mae_type(encap->tun_type); in efx_mae_register_encap_match()
1709 rc = efx_mae_encap_type_to_mae_type(act->tun_type); in efx_mae_insert_lhs_outer_rule()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp_commands.c183 struct qed_tunn_update_type *tun_type) in __qed_set_ramrod_tunnel_param() argument
185 *p_tunn_cls = tun_type->tun_cls; in __qed_set_ramrod_tunnel_param()
190 struct qed_tunn_update_type *tun_type, in qed_set_ramrod_tunnel_param() argument
195 __qed_set_ramrod_tunnel_param(p_tunn_cls, tun_type); in qed_set_ramrod_tunnel_param()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun.h120 u32 tun_type);
H A Dtc_tun_encap.c590 u32 tun_type) in mlx5e_tc_tun_encap_info_equal_options() argument
599 a_has_opts = test_bit(tun_type, a->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options()
600 b_has_opts = test_bit(tun_type, b->ip_tun_key->tun_flags); in mlx5e_tc_tun_encap_info_equal_options()
/linux/samples/bpf/
H A Dtc_l2_redirect.sh15 local tun_type=$1
47 if [[ $tun_type == "ipip" ]]; then
/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h203 enum ice_sw_tunnel_type tun_type; member
247 enum ice_sw_tunnel_type tun_type; member
H A Dice_switch.c4813 if (found && recp[i].tun_type == rinfo->tun_type && in ice_find_recp()
5358 recp->tun_type = rm->tun_type; in ice_add_sw_recipe()
5419 switch (rinfo->tun_type) { in ice_get_compat_fv_bitmap()
5603 rm->tun_type = rinfo->tun_type; in ice_add_adv_recipe()
5764 enum ice_sw_tunnel_type tun_type) in ice_find_dummy_packet() argument
5770 switch (tun_type) { in ice_find_dummy_packet()
5975 ice_fill_adv_packet_tun(struct ice_hw *hw, enum ice_sw_tunnel_type tun_type, in ice_fill_adv_packet_tun() argument
5980 switch (tun_type) { in ice_fill_adv_packet_tun()
6050 first->tun_type == second->tun_type && in ice_rules_equal()
6293 profile = ice_find_dummy_packet(lkups, lkups_cnt, rinfo->tun_type); in ice_add_adv_rule()
[all …]
H A Dice_tc_lib.c395 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()
/linux/include/net/
H A Dip_vs.h665 u16 tun_type; /* tunnel type */ member
728 __u16 tun_type; /* tunnel type */ member