Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dif_llatbl.c215 struct prefix_match_data *pmd; in htable_prefix_free_cb() local
217 pmd = (struct prefix_match_data *)farg; in htable_prefix_free_cb()
219 if (llt->llt_match_prefix(pmd->addr, pmd->mask, pmd->flags, lle)) { in htable_prefix_free_cb()
221 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()
232 struct prefix_match_data pmd; in htable_prefix_free() local
234 bzero(&pmd, sizeof(pmd)); in htable_prefix_free()
235 pmd.addr = addr; in htable_prefix_free()
236 pmd.mask = mask; in htable_prefix_free()
237 pmd.flags = flags; in htable_prefix_free()
238 LIST_INIT(&pmd.dchain); in htable_prefix_free()
[all …]