MCPcopy Create free account
hub / github.com/F-Stack/f-stack / flow_actions_to_tunnel

Function flow_actions_to_tunnel

dpdk/drivers/net/mlx5/mlx5_flow.h:1100–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1098}
1099
1100static inline const struct mlx5_flow_tunnel *
1101flow_actions_to_tunnel(const struct rte_flow_action actions[])
1102{
1103 return actions[0].conf;
1104}
1105
1106static inline const struct mlx5_flow_tunnel *
1107flow_items_to_tunnel(const struct rte_flow_item items[])

Callers 1

mlx5_get_tofFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected