if_llatbl.c | 258 struct prefix_match_data *pmd; local in function:htable_prefix_free_cb 260 pmd = (struct prefix_match_data *)farg; 262 if (llt->llt_match_prefix(pmd->prefix, pmd->mask, pmd->flags, lle)) { 264 LIST_INSERT_HEAD(&pmd->dchain, lle, lle_chain); 275 struct prefix_match_data pmd; local in function:htable_prefix_free 277 memset(&pmd, 0, sizeof(pmd)); 278 pmd.prefix = prefix [all...] |