Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ defrouter_ref
Function
defrouter_ref
freebsd/netinet6/nd6_rtr.c:114–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
#define RTPREF_INVALID (-3) /* internal */
113
114
static void
115
defrouter_ref(struct nd_defrouter *dr)
116
{
117
118
refcount_acquire(&dr->refcnt);
119
}
120
121
void
122
defrouter_rele(struct nd_defrouter *dr)
Callers
4
pfxrtr_add
Function · 0.85
defrouter_lookup_locked
Function · 0.85
defrouter_reset
Function · 0.85
defrouter_select_fib
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected