MCPcopy Index your code
hub / github.com/F-Stack/f-stack / if_alloc

Function if_alloc

freebsd/net/if.c:665–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665struct ifnet *
666if_alloc(u_char type)
667{
668
669 return (if_alloc_domain(type, IF_NODOM));
670}
671/*
672 * Do the actual work of freeing a struct ifnet, and layer 2 common
673 * structure. This call is made when the last reference to an

Callers 15

pflog_clone_createFunction · 0.85
pfsync_clone_createFunction · 0.85
ipfw_clone_createFunction · 0.85
ipfwlog_clone_createFunction · 0.85
ieee80211_vap_setupFunction · 0.85
arge_attachFunction · 0.85
are_attachFunction · 0.85
octm_attachFunction · 0.85
cvm_oct_init_moduleFunction · 0.85
nlm_xlpge_ifinitFunction · 0.85
add_m6ifFunction · 0.85
gen_attachFunction · 0.85

Calls 1

if_alloc_domainFunction · 0.85

Tested by

no test coverage detected