Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh1052 for tun_type in gre vxlan geneve; do
1053 info "testing ${tun_type} tunnel vport refcount"
1057 add-dp dp-${tun_type} || return 1
1061 add-if --no-lwt -t ${tun_type} \
1062 dp-${tun_type} ovs-${tun_type}0 || return 1
1065 ovs-${tun_type}0 >/dev/null 2>&1 || return 1
1070 del-dp dp-${tun_type} &
1075 ovs_wait dev_removed dp-${tun_type} || return 1
1076 ovs_wait dev_removed ovs-${tun_type}
[all...]
/linux/drivers/net/ethernet/netronome/nfp/flower/
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
372 *tun_type = NFP_FL_TUNNEL_GRE; in nfp_flower_calculate_key_layers()
402 tun_type, ipv6_tun, in nfp_flower_calculate_key_layers()
410 if (!nfp_fl_netdev_is_tunnel_type(netdev, *tun_type)) { in nfp_flower_calculate_key_layers()
1336 enum nfp_flower_tun_type tun_type = NFP_FL_TUNNEL_NONE; in nfp_flower_add_offload() local
1362 &tun_type, extack); in nfp_flower_add_offload()
1373 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/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.c586 encap->tun_type = type; in efx_tc_flower_record_encap_match()
658 if (old->tun_type != type) { in efx_tc_flower_record_encap_match()
661 old->tun_type, type); in efx_tc_flower_record_encap_match()
1532 rule->lhs_act.tun_type = type; in efx_tc_flower_replace_foreign_lhs_ar()
1644 rule->lhs_act.tun_type = type; in efx_tc_flower_replace_foreign_lhs()
H A Dmae.c1475 rc = efx_mae_encap_type_to_mae_type(encap->tun_type); in efx_mae_register_encap_match()
1700 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);
/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
235 enum ice_sw_tunnel_type tun_type; member
H A Dice_tc_lib.c392 rule_info->tun_type = ice_sw_type_from_tunnel(tc_fltr->tunnel_type); in ice_tc_fill_rules()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dtso.py108 tun_type = tun_info[0]
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c1693 if (dest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GUE) { in ipvs_udp_decap()
1727 if (dest->tun_type == IP_VS_CONN_F_TUNNEL_TYPE_GRE) { in ipvs_gre_decap()
1822 if (!dest || dest->tun_type != IP_VS_CONN_F_TUNNEL_TYPE_IPIP) in ip_vs_in_icmp()