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

Function ifa_free

freebsd/net/if.c:1877–1883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1875}
1876
1877void
1878ifa_free(struct ifaddr *ifa)
1879{
1880
1881 if (refcount_release(&ifa->ifa_refcnt))
1882 NET_EPOCH_CALL(ifa_destroy, &ifa->ifa_epoch_ctx);
1883}
1884
1885/*
1886 * XXX: Because sockaddr_dl has deeper structure than the sockaddr

Callers 15

in_arpinputFunction · 0.85
garp_rexmitFunction · 0.85
tcp6_inputFunction · 0.85
tcp_inputFunction · 0.85
carp_input_cFunction · 0.85
carp_send_ad_lockedFunction · 0.85
carp_detachFunction · 0.85
in_aifaddr_ioctlFunction · 0.85
in_difaddr_ioctlFunction · 0.85
in_scrubprefixFunction · 0.85
rip_ctlinputFunction · 0.85
in6_controlFunction · 0.85

Calls 1

refcount_releaseFunction · 0.85

Tested by

no test coverage detected