Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
static inline bool
58
is_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_nxt
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected