Searched refs:driverp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dbpf.c2560 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) argument
2564 KASSERT(*driverp == NULL, ("bpfattach2: driverp already initialized"));
2574 bp->bif_bpf = driverp;
2575 *driverp = bp;
2993 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) argument
2996 *driverp = (struct bpf_if *)&dead_bpf_if;

Completed in 67 milliseconds