HomeSort by: relevance | last modified time | path
    Searched refs:llt_foreach_cb_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_llatbl.h 212 typedef int (llt_foreach_cb_t)(struct lltable *, struct llentry *, void *); typedef in typeref:typename:int ()(struct lltable *,struct llentry *,void *)
213 typedef int (llt_foreach_entry_t)(struct lltable *, llt_foreach_cb_t *, void *);
296 int lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
if_llatbl.c 77 static int htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f,
152 (llt_foreach_cb_t *)llt->llt_dump_entry, w);
190 htable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg)
577 lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg)

Completed in 12 milliseconds