MCPcopy 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
407static void
408ifindex_free(u_short idx)
409{
410
411 IFNET_WLOCK();
412 ifindex_free_locked(idx);
413 IFNET_WUNLOCK();
414}
415
416static void
417ifnet_setbyindex(u_short idx, struct ifnet *ifp)

Callers 1

if_alloc_domainFunction · 0.85

Calls 1

ifindex_free_lockedFunction · 0.85

Tested by

no test coverage detected