Lines Matching defs:thash_list
212 struct rte_thash_list *thash_list;
220 thash_list = RTE_TAILQ_CAST(rte_thash_tailq.head, rte_thash_list);
225 TAILQ_FOREACH(te, thash_list, next) {
281 TAILQ_INSERT_TAIL(thash_list, te, next);
301 struct rte_thash_list *thash_list;
303 thash_list = RTE_TAILQ_CAST(rte_thash_tailq.head, rte_thash_list);
306 TAILQ_FOREACH(te, thash_list, next) {
326 struct rte_thash_list *thash_list;
332 thash_list = RTE_TAILQ_CAST(rte_thash_tailq.head, rte_thash_list);
334 TAILQ_FOREACH(te, thash_list, next) {
340 TAILQ_REMOVE(thash_list, te, next);