Searched refs:pmd (Results 1 – 1 of 1) sorted by relevance
217 struct prefix_match_data *pmd; in htable_prefix_free_cb() local219 pmd = (struct prefix_match_data *)farg; in htable_prefix_free_cb()221 if (llt->llt_match_prefix(pmd->addr, pmd->mask, pmd->flags, lle)) { in htable_prefix_free_cb()223 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); in htable_prefix_free_cb()234 struct prefix_match_data pmd; in htable_prefix_free() local236 bzero(&pmd, sizeof(pmd)); in htable_prefix_free()237 pmd.addr = addr; in htable_prefix_free()238 pmd.mask = mask; in htable_prefix_free()239 pmd.flags = flags; in htable_prefix_free()240 LIST_INIT(&pmd.dchain); in htable_prefix_free()[all …]