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

Function is_right_node

dpdk/lib/rib/rte_rib.c:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57static inline bool
58is_right_node(const struct rte_rib_node *node)
59{
60 return node->parent->right == node;
61}
62
63/*
64 * Check if ip1 is covered by ip2/depth prefix

Callers 1

rte_rib_get_nxtFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected