Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_llatbl.c208 struct llentries dchain; member
221 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
238 LIST_INIT(&pmd.dchain); in htable_prefix_free()
244 llentries_unlink(llt, &pmd.dchain); in htable_prefix_free()
247 LIST_FOREACH_SAFE(lle, &pmd.dchain, lle_chain, next) in htable_prefix_free()
514 struct llentries *dchain; in lltable_free_cb() local
516 dchain = (struct llentries *)farg; in lltable_free_cb()
519 LIST_INSERT_HEAD(dchain, lle, lle_chain); in lltable_free_cb()
531 struct llentries dchain; in lltable_free() local
537 LIST_INIT(&dchain); in lltable_free()
[all …]