Searched refs:p_softc (Results 1 – 1 of 1) sorted by relevance
693 if_clone_softc_deallocate(const struct if_clone *ifc, void *p_softc) in if_clone_softc_deallocate() argument695 VERIFY(ifc != NULL && p_softc != NULL); in if_clone_softc_deallocate()696 bzero(p_softc, ifc->ifc_softc_size); in if_clone_softc_deallocate()697 zfree(ifc->ifc_zone, p_softc); in if_clone_softc_deallocate()