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

Function nd6_dad_rele

freebsd/netinet6/nd6_nbr.c:1221–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219}
1220
1221static void
1222nd6_dad_rele(struct dadq *dp)
1223{
1224
1225 if (refcount_release(&dp->dad_refcnt)) {
1226 ifa_free(dp->dad_ifa);
1227 free(dp, M_IP6NDP);
1228 }
1229}
1230
1231void
1232nd6_dad_init(void)

Callers 5

nd6_dad_delFunction · 0.85
nd6_dad_startFunction · 0.85
nd6_dad_stopFunction · 0.85
nd6_dad_ns_inputFunction · 0.85
nd6_dad_na_inputFunction · 0.85

Calls 3

refcount_releaseFunction · 0.85
ifa_freeFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected