Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c139 LIST_HEAD(, bpf_d) bpf_list;
463 struct bpf_d *d; in bpfopen()
697 struct bpf_d *d = arg; in bpf_timed_out()
801 reset_d(struct bpf_d *d) in reset_d()
1526 struct bpf_d *d = arg; in bpf_mtap()
1557 struct bpf_d *d = arg; in bpf_itap()
1862 static struct bpf_d *
1865 struct bpf_d *d = NULL; in bpf_dev_find()
1883 struct bpf_d *stor; in bpf_dev_remove()
1895 static struct bpf_d *
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h114 struct bpf_d { struct
115 LIST_ENTRY(bpf_d) bd_list; /* List of bpf_d */
116 LIST_ENTRY(bpf_d) bd_next; /* List attaced to bif_if */
215 int bpf_setf(struct bpf_d *, struct bpf_program *);