Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ifindex_free
Function
ifindex_free
freebsd/net/if.c:407–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
}
406
407
static void
408
ifindex_free(u_short idx)
409
{
410
411
IFNET_WLOCK();
412
ifindex_free_locked(idx);
413
IFNET_WUNLOCK();
414
}
415
416
static void
417
ifnet_setbyindex(u_short idx, struct ifnet *ifp)
Callers
1
if_alloc_domain
Function · 0.85
Calls
1
ifindex_free_locked
Function · 0.85
Tested by
no test coverage detected