Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ get_max_nh
Function
get_max_nh
dpdk/app/test/test_fib6_perf.c:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
static inline uint64_t
61
get_max_nh(uint8_t nh_sz)
62
{
63
return ((1ULL << (bits_in_nh(nh_sz) - 1)) - 1);
64
}
65
66
static int
67
test_fib6_perf(void)
Callers
1
test_fib6_perf
Function · 0.70
Calls
1
bits_in_nh
Function · 0.70
Tested by
no test coverage detected