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

Function pfxrtr_del

freebsd/netinet6/nd6_rtr.c:661–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661static void
662pfxrtr_del(struct nd_pfxrouter *pfr)
663{
664
665 ND6_WLOCK_ASSERT();
666
667 LIST_REMOVE(pfr, pfr_entry);
668 defrouter_rele(pfr->router);
669 free(pfr, M_IP6NDP);
670}
671
672/* Default router list processing sub routines. */
673static void

Callers 2

defrouter_delFunction · 0.85
nd6_prefix_delFunction · 0.85

Calls 2

defrouter_releFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected