Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dif_llatbl.c210 struct llentries dchain; member
223 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
240 LIST_INIT(&pmd.dchain); in htable_prefix_free()
246 llentries_unlink(llt, &pmd.dchain); in htable_prefix_free()
249 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 …]