Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_l2tp.h76 u_int16_t tunnel_id; /* local tunnel id */ member
/f-stack/freebsd/netgraph/
H A Dng_l2tp.h76 u_int16_t tunnel_id; /* local tunnel id */ member
H A Dng_l2tp.c471 && ((priv->conf.tunnel_id != 0 in ng_l2tp_rcvmsg()
472 && conf->tunnel_id != priv->conf.tunnel_id) in ng_l2tp_rcvmsg()
843 if (tid != priv->conf.tunnel_id && in ng_l2tp_rcvdata_lower()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_verbs.c835 vxlan.val.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan()
837 vxlan.mask.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan()
839 vxlan.val.tunnel_id &= vxlan.mask.tunnel_id; in flow_verbs_translate_item_vxlan()
877 vxlan_gpe.val.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan_gpe()
879 vxlan_gpe.mask.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan_gpe()
881 vxlan_gpe.val.tunnel_id &= vxlan_gpe.mask.tunnel_id; in flow_verbs_translate_item_vxlan_gpe()
H A Dmlx5_flow.h935 uint32_t tunnel_id; /** unique tunnel ID */ member
974 uint32_t tunnel_id; member
1041 uint32_t tunnel_id; /**< Tunnel id */ member
H A Dmlx5_flow.c5440 flow->tunnel_id = tunnel->tunnel_id; in flow_list_create()
5623 tunnel = mlx5_find_tunnel_id(dev, flow->tunnel_id); in flow_list_destroy()
7397 .tunnel_id = tunnel ? tunnel->tunnel_id : 0, in tunnel_flow_group_to_flow_table()
7413 dev->data->port_id, key.tunnel_id, group, *table); in tunnel_flow_group_to_flow_table()
7425 dev->data->port_id, tunnel->tunnel_id); in mlx5_flow_tunnel_free()
7429 mlx5_ipool_free(ipool, tunnel->tunnel_id); in mlx5_flow_tunnel_free()
7464 uint32_t tunnel_id; member
7475 return tunnel->tunnel_id == ctx->tunnel_id; in find_tunnel_id_match()
7491 .tunnel_id = id, in mlx5_find_tunnel_id()
7529 tunnel->tunnel_id = id; in mlx5_flow_tunnel_allocate()
[all …]
H A Dmlx5_flow_dv.c8093 table_id, tunnel ? tunnel->tunnel_id : 0, group_id); in flow_dv_tbl_resource_get()
8116 .tunnel_id = tbl_data->tunnel ? in flow_dv_tbl_remove_cb()
8117 tbl_data->tunnel->tunnel_id : 0, in flow_dv_tbl_remove_cb()
8135 tbl_data->tunnel->tunnel_id : 0, in flow_dv_tbl_remove_cb()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_eth_ctrl.h263 uint32_t tunnel_id; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.h688 uint32_t tunnel_id; /* port tag id for e-tag */ member
H A Dixgbe_ethdev.c7581 l2_tunnel->tunnel_id)) { in ixgbe_e_tag_filter_del()
7621 rar_low = l2_tunnel->tunnel_id; in ixgbe_e_tag_filter_add()
7711 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_add()
7765 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_del()
8183 l2_tn_conf.tunnel_id = node->key.tn_id; in ixgbe_l2_tn_filter_restore()
8291 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in ixgbe_clear_all_l2_tn_filter()
H A Dixgbe_flow.c1267 filter->tunnel_id = rte_be_to_cpu_16(e_tag_spec->rsvd_grp_ecid_b); in cons_parse_l2_tn_filter()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h857 void port_flow_tunnel_destroy(portid_t port_id, uint32_t tunnel_id);
H A Dconfig.c1595 void port_flow_tunnel_destroy(portid_t port_id, uint32_t tunnel_id) in port_flow_tunnel_destroy() argument
1601 if (flt->id == tunnel_id) in port_flow_tunnel_destroy()
1608 port_id, tunnel_id); in port_flow_tunnel_destroy()
H A Dcmdline.c10324 cmdline_fixed_string_t tunnel_id; member
10446 tunnel_id, "tunnel-id");
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3324 flow tunnel destroy {port_id} id {tunnel_id}
3348 flow tunnel destroy {port_id} id {tunnel_id}
3403 [tunnel_set {tunnel_id}] [tunnel_match {tunnel_id}]
3467 - ``tunnel_set {tunnel_id}``: mark rule as tunnel offload decap_set type.
3468 - ``tunnel_match {tunnel_id}``: mark rule as tunel offload match type.
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h34520 uint32_t tunnel_id; member
35915 uint32_t tunnel_id; member
36732 uint32_t tunnel_id; member