Searched refs:llt_foreach_cb_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_llatbl.h | 192 typedef int (llt_foreach_cb_t)(struct lltable *, struct llentry *, void *); typedef 193 typedef int (llt_foreach_entry_t)(struct lltable *, llt_foreach_cb_t *, void *); 275 int lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
|
| H A D | if_llatbl.c | 92 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, 112 (llt_foreach_cb_t *)llt->llt_dump_entry, wr); in lltable_dump_af() 151 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle() 708 lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in lltable_foreach_lle()
|