MCPcopy 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
114static void
115defrouter_ref(struct nd_defrouter *dr)
116{
117
118 refcount_acquire(&dr->refcnt);
119}
120
121void
122defrouter_rele(struct nd_defrouter *dr)

Callers 4

pfxrtr_addFunction · 0.85
defrouter_lookup_lockedFunction · 0.85
defrouter_resetFunction · 0.85
defrouter_select_fibFunction · 0.85

Calls 1

refcount_acquireFunction · 0.85

Tested by

no test coverage detected