Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dbpfdesc.h67 struct bpf_if * bd_bif; /* interface descriptor */
94 struct bpf_if { struct
95 struct bpf_if *bif_next; /* list of all interfaces */ argument
97 struct bpf_if **bif_driverp; /* pointer into softc */ argument
Dbpf.c77 struct bpf_if *bpf_iflist;
86 void bpf_attachd(struct bpf_d *, struct bpf_if *);
229 struct bpf_if *bp;
251 struct bpf_if *bp;
937 struct bpf_if *bp;
1121 struct bpf_if *bp;
1129 bp = (struct bpf_if *)arg;
1173 struct bpf_if *bp = (struct bpf_if *)arg;
1341 struct bpf_if *bp;
1342 bp = (struct bpf_if *)malloc(sizeof(*bp), M_DEVBUF, M_DONTWAIT);
[all …]