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