Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ifa_ref
Function
ifa_ref
freebsd/net/if.c:1857–1862 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1855
}
1856
1857
void
1858
ifa_ref(struct ifaddr *ifa)
1859
{
1860
1861
refcount_acquire(&ifa->ifa_refcnt);
1862
}
1863
1864
static void
1865
ifa_destroy(epoch_context_t ctx)
Callers
15
in_arpinput
Function · 0.85
garp_timer_start
Function · 0.85
carp_input_c
Function · 0.85
carp_best_ifa
Function · 0.85
carp_iamatch6
Function · 0.85
carp_attach
Function · 0.85
in_localip_more
Function · 0.85
in_aifaddr_ioctl
Function · 0.85
in_scrubprefix
Function · 0.85
rip_ctlinput
Function · 0.85
in6_alloc_ifa
Function · 0.85
in6_notify_ifa
Function · 0.85
Calls
1
refcount_acquire
Function · 0.85
Tested by
no test coverage detected