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

/freebsd-10.0-release/sys/net/
H A Dbpf.c2467 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) argument
2480 KASSERT(*driverp == NULL, ("bpfattach2: driverp already initialized"));
2481 *driverp = bp;
2856 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) argument
2859 *driverp = &bp_null;

Completed in 107 milliseconds