Home
last modified time | relevance | path

Searched refs:cur_ent (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/hash/
H A Drte_thash.c456 if (end < cur_ent->offset) { in insert_before()
476 attach_lfsr(ent, cur_ent->lfsr); in insert_before()
526 attach_lfsr(ent, cur_ent->lfsr); in insert_after()
562 if (strncmp(name, cur_ent->name, sizeof(cur_ent->name)) == 0) in rte_thash_add_helper()
584 cur_ent = LIST_FIRST(&ctx->head); in rte_thash_add_helper()
585 while (cur_ent) { in rte_thash_add_helper()
586 uint32_t range_end = cur_ent->offset + cur_ent->len; in rte_thash_add_helper()
587 next_ent = LIST_NEXT(cur_ent, next); in rte_thash_add_helper()
588 prev_ent = cur_ent; in rte_thash_add_helper()
599 if (start < cur_ent->offset) in rte_thash_add_helper()
[all …]