MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lltable_foreach_lle

Function lltable_foreach_lle

freebsd/net/if_llatbl.c:616–621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 */
615
616int
617lltable_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
623struct llentry *
624lltable_alloc_entry(struct lltable *llt, u_int flags,

Callers 4

lltable_dump_afFunction · 0.85
htable_prefix_freeFunction · 0.85
lltable_update_ifaddrFunction · 0.85
lltable_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected