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

Function attach_lfsr

dpdk/lib/hash/rte_thash.c:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219static void
220attach_lfsr(struct rte_thash_subtuple_helper *h, struct thash_lfsr *lfsr)
221{
222 lfsr->ref_cnt++;
223 h->lfsr = lfsr;
224}
225
226static void
227free_lfsr(struct thash_lfsr *lfsr)

Callers 2

insert_beforeFunction · 0.85
insert_afterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected