Home
last modified time | relevance | path

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

/original-bsd/sys/net/
H A Dbpfdesc.h39 struct bpf_if * bd_bif; /* interface descriptor */
61 struct bpf_if { struct
62 struct bpf_if *bif_next; /* list of all interfaces */ argument
64 struct bpf_if **bif_driverp; /* pointer into softc */ argument
H A Dbpf.c77 struct bpf_if *bpf_iflist;
210 struct bpf_if *bp;
232 struct bpf_if *bp;
814 struct bpf_if *bp;
974 struct bpf_if *bp;
982 bp = (struct bpf_if *)arg;
1026 struct bpf_if *bp = (struct bpf_if *)arg;
1178 struct bpf_if *bp;
1181 static struct bpf_if bpf_ifs[NBPFILTER];
1186 bp = (struct bpf_if *)malloc(sizeof(*bp), M_DEVBUF, M_DONTWAIT);
[all …]