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

Function nd6_prefix_ref

freebsd/netinet6/nd6_rtr.c:1336–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336void
1337nd6_prefix_ref(struct nd_prefix *pr)
1338{
1339
1340 refcount_acquire(&pr->ndpr_refcnt);
1341}
1342
1343void
1344nd6_prefix_rele(struct nd_prefix *pr)

Callers 2

nd6_timerFunction · 0.85
nd6_prefix_lookup_lockedFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected