if_llatbl.c | 72 static void lltable_unlink(struct lltable *llt); 73 static void llentries_unlink(struct lltable *llt, struct llentries *head); 76 static void htable_link_entry(struct lltable *llt, struct llentry *lle); 77 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, 81 lltable_dump_entry(struct lltable *llt, struct llentry *lle, 86 struct ifnet *ifp = llt->llt_ifp; 140 lltable_dump_af(struct lltable *llt, struct rt_walkarg *w) 146 if (llt->llt_ifp->if_flags & IFF_LOOPBACK) 150 IF_AFDATA_RLOCK(llt->llt_ifp); 151 error = lltable_foreach_lle(llt, 164 struct lltable *llt; local in function:lltable_sysctl_dump 369 struct lltable *llt; local in function:llentry_free 486 struct lltable *llt; local in function:lltable_drain 510 struct lltable *llt; local in function:lltable_prefix_free 525 struct lltable *llt; local in function:lltable_allocate_htbl 607 struct lltable *llt; local in function:lltable_fill_sa_entry 637 struct lltable *llt; local in function:lla_rt_output 908 struct lltable *llt; local in function:DB_SHOW_ALL_COMMAND [all...] |