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

Function lltable_alloc_entry

freebsd/net/if_llatbl.c:623–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623struct llentry *
624lltable_alloc_entry(struct lltable *llt, u_int flags,
625 const struct sockaddr *l3addr)
626{
627
628 return (llt->llt_alloc_entry(llt, flags, l3addr));
629}
630
631void
632lltable_free_entry(struct lltable *llt, struct llentry *lle)

Callers 6

arpresolve_fullFunction · 0.85
in_arpinputFunction · 0.85
arp_add_ifa_lleFunction · 0.85
nd6_allocFunction · 0.85
nd6_add_ifa_lleFunction · 0.85
lla_rt_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected