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

Function is_valid_node

dpdk/lib/rib/rte_rib6.c:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

rte_rib6_lookupFunction · 0.70
rte_rib6_lookup_parentFunction · 0.70
rte_rib6_lookup_exactFunction · 0.70
rte_rib6_get_nxtFunction · 0.70
rte_rib6_removeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected