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

Function table_key_data

dpdk/lib/table/rte_swx_table_em.c:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static inline uint64_t *
104table_key_data(struct table *t, uint32_t key_id)
105{
106 return (uint64_t *)&t->data[(uint64_t)key_id << t->data_size_shl];
107}
108
109static inline int
110bkt_is_empty(struct bucket_extension *bkt)

Callers 4

bkt_key_installFunction · 0.85
bkt_key_data_updateFunction · 0.85
table_lookup_unoptimizedFunction · 0.85
table_lookupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected