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

Function is_valid_node

dpdk/lib/rib/rte_rib.c:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

rte_rib_lookupFunction · 0.70
rte_rib_lookup_parentFunction · 0.70
__rib_lookup_exactFunction · 0.70
rte_rib_get_nxtFunction · 0.70
rte_rib_removeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected