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

Function in6_lltable_delete_entry

freebsd/netinet6/in6.c:2288–2298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2286}
2287
2288static void
2289in6_lltable_delete_entry(struct lltable *llt, struct llentry *lle)
2290{
2291
2292 lle->la_flags |= LLE_DELETED;
2293 EVENTHANDLER_INVOKE(lle_event, lle, LLENTRY_DELETED);
2294#ifdef DIAGNOSTIC
2295 log(LOG_INFO, "ifaddr cache = %p is deleted\n", lle);
2296#endif
2297 llentry_free(lle);
2298}
2299
2300static struct llentry *
2301in6_lltable_alloc(struct lltable *llt, u_int flags,

Callers

nothing calls this directly

Calls 2

llentry_freeFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected