| 614 | */ |
| 615 | |
| 616 | int |
| 617 | lltable_foreach_lle(struct lltable *llt, llt_foreach_cb_t *f, void *farg) |
| 618 | { |
| 619 | |
| 620 | return (llt->llt_foreach_entry(llt, f, farg)); |
| 621 | } |
| 622 | |
| 623 | struct llentry * |
| 624 | lltable_alloc_entry(struct lltable *llt, u_int flags, |
no outgoing calls
no test coverage detected