Home
last modified time | relevance | path

Searched refs:llt_foreach_cb_t (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_llatbl.h192 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 *);
279 int lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
H A Dif_llatbl.c94 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
114 (llt_foreach_cb_t *)llt->llt_dump_entry, wr); in lltable_dump_af()
153 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in htable_foreach_lle()
688 lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) in lltable_foreach_lle()