Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bpf/
H A Dbpf.c138 LIST_HEAD(, bpf_d) bpf_list;
140 static int bpf_allocbufs(struct bpf_d *);
141 static void bpf_clear_timeout(struct bpf_d *);
142 static void bpf_deliver(struct bpf_d *, cp_fn_t,
144 static void bpf_freed(struct bpf_d *);
145 static int bpf_ifname(struct bpf_d *d, char *, int);
147 static int bpf_attachd(struct bpf_d *, const char *, int);
148 static void bpf_detachd(struct bpf_d *);
149 static int bpf_setif(struct bpf_d *, char *, int);
152 bpf_wakeup(struct bpf_d *);
[all …]
/titanic_41/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 */
216 int bpf_setf(struct bpf_d *, struct bpf_program *);