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

Function lltable_unlink_entry

freebsd/net/if_llatbl.c:645–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645int
646lltable_unlink_entry(struct lltable *llt, struct llentry *lle)
647{
648
649 return (llt->llt_unlink_entry(lle));
650}
651
652void
653lltable_fill_sa_entry(const struct llentry *lle, struct sockaddr *sa)

Callers 8

arptimerFunction · 0.85
arp_add_ifa_lleFunction · 0.85
in_lltable_free_entryFunction · 0.85
in6_lltable_free_entryFunction · 0.85
nd6_freeFunction · 0.85
nd6_add_ifa_lleFunction · 0.85
lltable_delete_addrFunction · 0.85
lla_rt_outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected