Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1336
void
1337
nd6_prefix_ref(struct nd_prefix *pr)
1338
{
1339
1340
refcount_acquire(&pr->ndpr_refcnt);
1341
}
1342
1343
void
1344
nd6_prefix_rele(struct nd_prefix *pr)
Callers
2
nd6_timer
Function · 0.85
nd6_prefix_lookup_locked
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected