Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
static inline uint32_t
43
get_tbl24_idx(const uint8_t *ip)
44
{
45
return ip[0] << 16|ip[1] << 8|ip[2];
46
}
47
48
static inline void *
49
get_tbl24_p(struct rte_trie_tbl *dp, const uint8_t *ip, uint8_t nh_sz)
Callers
1
get_tbl24_p
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected