Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ bits_in_nh
Function
bits_in_nh
dpdk/app/test/test_fib6_perf.c:54–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
static inline uint8_t
55
bits_in_nh(uint8_t nh_sz)
56
{
57
return 8 * (1 << nh_sz);
58
}
59
60
static inline uint64_t
61
get_max_nh(uint8_t nh_sz)
Callers
1
get_max_nh
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected