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

/freebsd-11.0-release/sys/net/
H A Dif_llatbl.c203 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain);
229 LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next)
246 LIST_FOREACH_SAFE(lle, head, lle_chain, next)
492 LIST_INSERT_HEAD(dchain, lle, lle_chain);
517 LIST_FOREACH_SAFE(lle, &dchain, lle_chain, next) {
H A Dif_llatbl.h85 LIST_ENTRY(llentry) lle_chain; /* chain of deleted items */ member in struct:llentry

Completed in 63 milliseconds