Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif.c693 if_clone_softc_deallocate(const struct if_clone *ifc, void *p_softc) in if_clone_softc_deallocate() argument
695 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()