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;
141 static int bpf_allocbufs(struct bpf_d *);
142 static void bpf_clear_timeout(struct bpf_d *);
143 static void bpf_deliver(struct bpf_d *, cp_fn_t,
145 static void bpf_freed(struct bpf_d *);
146 static int bpf_ifname(struct bpf_d *d, char *, int);
148 static int bpf_attachd(struct bpf_d *, const char *, int);
149 static void bpf_detachd(struct bpf_d *);
150 static int bpf_setif(struct bpf_d *, char *, int);
153 bpf_wakeup(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 *);