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