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

Function ifc_free_unit

freebsd/net/if_clone.c:660–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660void
661ifc_free_unit(struct if_clone *ifc, int unit)
662{
663
664 free_unr(ifc->ifc_unrhdr, unit);
665 IF_CLONE_REMREF(ifc);
666}
667
668static int
669ifc_simple_match(struct if_clone *ifc, const char *name)

Callers 8

stf_clone_createFunction · 0.85
stf_clone_destroyFunction · 0.85
ifc_simple_createFunction · 0.85
ifc_simple_destroyFunction · 0.85
epair_clone_createFunction · 0.85
epair_clone_destroyFunction · 0.85
vlan_clone_createFunction · 0.85
vlan_clone_destroyFunction · 0.85

Calls 1

free_unrFunction · 0.85

Tested by

no test coverage detected