Searched refs:driverp (Results 1 – 1 of 1) sorted by relevance
2684 struct bpf_if **driverp) in bpfattach2() argument2688 KASSERT(*driverp == NULL, in bpfattach2()2698 bp->bif_bpf = driverp; in bpfattach2()2700 *driverp = bp; in bpfattach2()3035 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) in bpfattach2() argument3038 *driverp = (struct bpf_if *)&dead_bpf_if; in bpfattach2()