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

Function table_key

dpdk/lib/table/rte_swx_table_em.c:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97static inline uint8_t *
98table_key(struct table *t, uint32_t key_id)
99{
100 return &t->keys[(uint64_t)key_id << t->key_size_shl];
101}
102
103static inline uint64_t *
104table_key_data(struct table *t, uint32_t key_id)

Callers 3

bkt_keycmpFunction · 0.85
bkt_key_installFunction · 0.85
table_lookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected