MCPcopy 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
54static inline uint8_t
55bits_in_nh(uint8_t nh_sz)
56{
57 return 8 * (1 << nh_sz);
58}
59
60static inline uint64_t
61get_max_nh(uint8_t nh_sz)

Callers 1

get_max_nhFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected