Symbol: bpf_d
usr/src/uts/common/io/bpf/bpf.c
1257
bpf_setf(struct bpf_d *d, struct bpf_program *fp)
usr/src/uts/common/io/bpf/bpf.c
1309
bpf_setif(struct bpf_d *d, char *ifname, int namesize)
usr/src/uts/common/io/bpf/bpf.c
139
LIST_HEAD(, bpf_d) bpf_list;
usr/src/uts/common/io/bpf/bpf.c
1390
bpf_ifname(struct bpf_d *d, char *buffer, int bufsize)
usr/src/uts/common/io/bpf/bpf.c
141
static int bpf_allocbufs(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
1410
struct bpf_d *d = bpf_dev_get(getminor(dev));
usr/src/uts/common/io/bpf/bpf.c
142
static void bpf_clear_timeout(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
143
static void bpf_deliver(struct bpf_d *, cp_fn_t,
usr/src/uts/common/io/bpf/bpf.c
145
static void bpf_freed(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
146
static int bpf_ifname(struct bpf_d *d, char *, int);
usr/src/uts/common/io/bpf/bpf.c
148
static int bpf_attachd(struct bpf_d *, const char *, int);
usr/src/uts/common/io/bpf/bpf.c
149
static void bpf_detachd(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
1491
bpf_deliver(struct bpf_d *d, cp_fn_t cpfn, void *marg, uint_t pktlen,
usr/src/uts/common/io/bpf/bpf.c
150
static int bpf_setif(struct bpf_d *, char *, int);
usr/src/uts/common/io/bpf/bpf.c
1507
struct bpf_d *, d, void *, marg, uint_t, pktlen, uint_t, slen);
usr/src/uts/common/io/bpf/bpf.c
1525
struct bpf_d *d = arg;
usr/src/uts/common/io/bpf/bpf.c
153
bpf_wakeup(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
154
static void catchpacket(struct bpf_d *, uchar_t *, uint_t, uint_t,
usr/src/uts/common/io/bpf/bpf.c
1556
struct bpf_d *d = arg;
usr/src/uts/common/io/bpf/bpf.c
156
static void reset_d(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
157
static int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *);
usr/src/uts/common/io/bpf/bpf.c
1574
catchpacket(struct bpf_d *d, uchar_t *pkt, uint_t pktlen, uint_t snaplen,
usr/src/uts/common/io/bpf/bpf.c
158
static int bpf_setdlt(struct bpf_d *, void *);
usr/src/uts/common/io/bpf/bpf.c
159
static void bpf_dev_add(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
160
static struct bpf_d *bpf_dev_find(minor_t);
usr/src/uts/common/io/bpf/bpf.c
161
static struct bpf_d *bpf_dev_get(minor_t);
usr/src/uts/common/io/bpf/bpf.c
162
static void bpf_dev_remove(struct bpf_d *);
usr/src/uts/common/io/bpf/bpf.c
1652
bpf_allocbufs(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
1673
bpf_freed(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
1694
bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *listp)
usr/src/uts/common/io/bpf/bpf.c
1779
bpf_setdlt(struct bpf_d *d, void *addr)
usr/src/uts/common/io/bpf/bpf.c
1833
bpf_clear_timeout(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
1861
static struct bpf_d *
usr/src/uts/common/io/bpf/bpf.c
1864
struct bpf_d *d = NULL;
usr/src/uts/common/io/bpf/bpf.c
1873
bpf_dev_add(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
1880
bpf_dev_remove(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
1882
struct bpf_d *stor;
usr/src/uts/common/io/bpf/bpf.c
1894
static struct bpf_d *
usr/src/uts/common/io/bpf/bpf.c
1897
struct bpf_d *d = NULL;
usr/src/uts/common/io/bpf/bpf.c
242
bpf_attachd(struct bpf_d *d, const char *ifname, int dlt)
usr/src/uts/common/io/bpf/bpf.c
342
bpf_detachd(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
463
struct bpf_d *d;
usr/src/uts/common/io/bpf/bpf.c
488
d = (struct bpf_d *)kmem_zalloc(sizeof (*d), KM_SLEEP);
usr/src/uts/common/io/bpf/bpf.c
534
struct bpf_d *d = bpf_dev_get(getminor(dev));
usr/src/uts/common/io/bpf/bpf.c
589
struct bpf_d *d = bpf_dev_get(getminor(dev));
usr/src/uts/common/io/bpf/bpf.c
688
bpf_wakeup(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
696
struct bpf_d *d = arg;
usr/src/uts/common/io/bpf/bpf.c
712
struct bpf_d *d = bpf_dev_get(getminor(dev));
usr/src/uts/common/io/bpf/bpf.c
760
DTRACE_PROBE4(bpf__tx, struct bpf_d *, d, int, dlt,
usr/src/uts/common/io/bpf/bpf.c
800
reset_d(struct bpf_d *d)
usr/src/uts/common/io/bpf/bpf.c
835
struct bpf_d *d = bpf_dev_get(getminor(dev));
usr/src/uts/common/io/bpf/net/bpfdesc.h
115
LIST_ENTRY(bpf_d) bd_list; /* List of bpf_d */
usr/src/uts/common/io/bpf/net/bpfdesc.h
116
LIST_ENTRY(bpf_d) bd_next; /* List attaced to bif_if */
usr/src/uts/common/io/bpf/net/bpfdesc.h
215
int bpf_setf(struct bpf_d *, struct bpf_program *);