Searched refs:driverp (Results 1 – 1 of 1) sorted by relevance
2796 struct bpf_if **driverp) in bpfattach2() argument2800 KASSERT(*driverp == NULL, in bpfattach2()2810 bp->bif_bpf = driverp; in bpfattach2()2812 *driverp = bp; in bpfattach2()3195 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) in bpfattach2() argument3198 *driverp = __DECONST(struct bpf_if *, &dead_bpf_if); in bpfattach2()