| 49 | }; |
| 50 | |
| 51 | static inline bool |
| 52 | is_valid_node(const struct rte_rib_node *node) |
| 53 | { |
| 54 | return (node->flag & RTE_RIB_VALID_NODE) == RTE_RIB_VALID_NODE; |
| 55 | } |
| 56 | |
| 57 | static inline bool |
| 58 | is_right_node(const struct rte_rib_node *node) |
no outgoing calls
no test coverage detected