Searched refs:pmd (Results 1 – 1 of 1) sorted by relevance
215 struct prefix_match_data *pmd; in htable_prefix_free_cb() local217 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() local234 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 …]