Home
last modified time | relevance | path

Searched refs:app_tunnel (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c604 struct rte_flow_tunnel *app_tunnel,
610 struct rte_flow_tunnel *app_tunnel,
7313 dev->data->port_id, tunnel->app_tunnel.type, in flow_tunnel_add_default_miss()
7502 const struct rte_flow_tunnel *app_tunnel) in mlx5_flow_tunnel_allocate() argument
7528 memcpy(&tunnel->app_tunnel, app_tunnel, sizeof(*app_tunnel)); in mlx5_flow_tunnel_allocate()
7546 const struct rte_flow_tunnel *app_tunnel; member
7556 return !memcmp(ctx->app_tunnel, &tunnel->app_tunnel, in get_tunnel_match()
7557 sizeof(*ctx->app_tunnel)); in get_tunnel_match()
7592 .app_tunnel = app_tunnel, in mlx5_get_flow_tunnel()
7673 struct rte_flow_tunnel *app_tunnel, in mlx5_flow_tunnel_decap_set() argument
[all …]
H A Dmlx5_flow.h934 struct rte_flow_tunnel app_tunnel; /** app tunnel copy */ member