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

Function is_flow_tunnel_match_rule

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

Source from the content-addressed store, hash-verified

1086}
1087
1088static inline bool
1089is_flow_tunnel_match_rule(enum mlx5_tof_rule_type tof_rule_type)
1090{
1091 return tof_rule_type == MLX5_TUNNEL_OFFLOAD_MATCH_RULE;
1092}
1093
1094static inline bool
1095is_flow_tunnel_steer_rule(enum mlx5_tof_rule_type tof_rule_type)

Callers 1

flow_dv_translateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected