Searched refs:droptap (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | droptap.c | 49 SYSCTL_NODE(_net_link, OID_AUTO, droptap, 114 struct droptap_softc *droptap = NULL; in droptap_clone_create() local 117 droptap = kalloc_type(struct droptap_softc, Z_WAITOK_ZERO_NOFAIL); in droptap_clone_create() 118 droptap->dtap_unit = unit; in droptap_clone_create() 131 if_init.softc = droptap; in droptap_clone_create() 134 error = ifnet_allocate_extended(&if_init, &droptap->dtap_ifp); in droptap_clone_create() 141 ifnet_set_flags(droptap->dtap_ifp, IFF_UP, IFF_UP); in droptap_clone_create() 143 error = ifnet_attach(droptap->dtap_ifp, NULL); in droptap_clone_create() 146 ifnet_release(droptap->dtap_ifp); in droptap_clone_create() 151 bpf_attach(droptap->dtap_ifp, DLT_PKTAP, sizeof(struct droptap_header), in droptap_clone_create() [all …]
|
| H A D | Makefile | 93 droptap.h \
|
| /xnu-12377.61.12/bsd/conf/ |
| H A D | files | 225 bsd/net/droptap.c optional networking bound-checks
|