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

Function lltable_free_entry

freebsd/net/if_llatbl.c:631–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void
632lltable_free_entry(struct lltable *llt, struct llentry *lle)
633{
634
635 llt->llt_free_entry(llt, lle);
636}
637
638int
639lltable_link_entry(struct lltable *llt, struct llentry *lle)

Callers 7

arpresolve_fullFunction · 0.85
in_arpinputFunction · 0.85
arp_add_ifa_lleFunction · 0.85
nd6_cache_lladdrFunction · 0.85
nd6_resolve_slowFunction · 0.85
htable_prefix_freeFunction · 0.85
lla_rt_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected