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

Function get_tbl24_idx

dpdk/lib/fib/trie.h:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42static inline uint32_t
43get_tbl24_idx(const uint8_t *ip)
44{
45 return ip[0] << 16|ip[1] << 8|ip[2];
46}
47
48static inline void *
49get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz)

Callers 1

get_tbl24_pFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected