Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpf.c2796 struct bpf_if **driverp) in bpfattach2() argument
2800 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() argument
3198 *driverp = __DECONST(struct bpf_if *, &dead_bpf_if); in bpfattach2()