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

Function in_domifdetach

freebsd/netinet/in.c:1703–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1701}
1702
1703void
1704in_domifdetach(struct ifnet *ifp, void *aux)
1705{
1706 struct in_ifinfo *ii = (struct in_ifinfo *)aux;
1707
1708 igmp_domifdetach(ifp);
1709 lltable_free(ii->ii_llt);
1710 free(ii, M_IFADDR);
1711}

Callers

nothing calls this directly

Calls 3

igmp_domifdetachFunction · 0.85
lltable_freeFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected