Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf.c2684 struct bpf_if **driverp) in bpfattach2() argument
2688 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() argument
3038 *driverp = (struct bpf_if *)&dead_bpf_if; in bpfattach2()