Home
last modified time | relevance | path

Searched refs:p_softc (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif.c696 if_clone_softc_deallocate(const struct if_clone *ifc, void *p_softc) in if_clone_softc_deallocate() argument
698 VERIFY(ifc != NULL && p_softc != NULL); in if_clone_softc_deallocate()
699 bzero(p_softc, ifc->ifc_softc_size); in if_clone_softc_deallocate()
700 zfree(ifc->ifc_zone, p_softc); in if_clone_softc_deallocate()