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

Function if_rele

freebsd/net/if.c:746–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746void
747if_rele(struct ifnet *ifp)
748{
749
750 if (!refcount_release(&ifp->if_refcount))
751 return;
752 NET_EPOCH_CALL(if_destroy, &ifp->if_epoch_ctx);
753}
754
755void
756ifq_init(struct ifaltq *ifq, struct ifnet *ifp)

Callers 15

krping_get_ipv6_scope_idFunction · 0.85
pfi_cleanup_vnetFunction · 0.85
pfi_detach_ifnet_eventFunction · 0.85
pfsyncioctlFunction · 0.85
ipfw_kiflookupFunction · 0.85
nptv6_find_prefixFunction · 0.85
carp_free_ifFunction · 0.85
carp_ioctlFunction · 0.85
inm_releaseFunction · 0.85
inp_join_groupFunction · 0.85
netdump_unconfigureFunction · 0.85
netdump_configureFunction · 0.85

Calls 1

refcount_releaseFunction · 0.85

Tested by

no test coverage detected