Searched refs:lle_chain (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_llatbl.c232 CK_LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain);
258 CK_LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next)
275 CK_LIST_FOREACH_SAFE(lle, head, lle_chain, next)
481 CK_LIST_INSERT_HEAD(dchain, lle, lle_chain);
506 CK_LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) {
H A Dif_llatbl.h82 CK_LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */ member in struct:llentry

Completed in 100 milliseconds