Searched refs:droptap (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | droptap.c | 48 SYSCTL_NODE(_net_link, OID_AUTO, droptap, 113 struct droptap_softc *droptap = NULL; in droptap_clone_create() local 116 droptap = kalloc_type(struct droptap_softc, Z_WAITOK_ZERO_NOFAIL); in droptap_clone_create() 117 droptap->dtap_unit = unit; in droptap_clone_create() 130 if_init.softc = droptap; in droptap_clone_create() 133 error = ifnet_allocate_extended(&if_init, &droptap->dtap_ifp); in droptap_clone_create() 140 ifnet_set_flags(droptap->dtap_ifp, IFF_UP, IFF_UP); in droptap_clone_create() 142 error = ifnet_attach(droptap->dtap_ifp, NULL); in droptap_clone_create() 145 ifnet_release(droptap->dtap_ifp); in droptap_clone_create() 150 bpf_attach(droptap->dtap_ifp, DLT_PKTAP, sizeof(struct droptap_header), in droptap_clone_create() [all …]
|
| H A D | Makefile | 93 droptap.h \
|
| /xnu-11417.101.15/bsd/conf/ |
| H A D | files | 226 bsd/net/droptap.c optional networking bound-checks
|