Symbol: bpf_d
sys/net/bpf.c
1367
bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd)
sys/net/bpf.c
1434
bpf_setif(struct bpf_d *d, struct ifreq *ifr)
sys/net/bpf.c
1523
struct bpf_d *d = fp->f_bpf;
sys/net/bpf.c
1549
struct bpf_d *d = fp->f_bpf;
sys/net/bpf.c
1589
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
1599
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
1632
struct bpf_d *d = fp->f_bpf;
sys/net/bpf.c
1717
struct bpf_d *d;
sys/net/bpf.c
187
PSLIST_READER_FOREACH((__d), &bpf_dlist, struct bpf_d, \
sys/net/bpf.c
190
PSLIST_WRITER_FOREACH((__d), &bpf_dlist, struct bpf_d, \
sys/net/bpf.c
1983
bpf_hdrlen(struct bpf_d *d)
sys/net/bpf.c
2009
catchpacket(struct bpf_d *d, u_char *pkt, u_int pktlen, u_int snaplen,
sys/net/bpf.c
2121
bpf_allocbufs(struct bpf_d *d)
sys/net/bpf.c
2155
bpf_freed(struct bpf_d *d)
sys/net/bpf.c
217
PSLIST_READER_FOREACH((__d), &(__bp)->bif_dlist_head, struct bpf_d, \
sys/net/bpf.c
2243
struct bpf_d *d;
sys/net/bpf.c
227
(PSLIST_READER_FIRST(&(__bp)->bif_dlist_head, struct bpf_d, \
sys/net/bpf.c
230
(PSLIST_WRITER_FIRST(&(__bp)->bif_dlist_head, struct bpf_d, \
sys/net/bpf.c
2324
bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl)
sys/net/bpf.c
235
static int bpf_allocbufs(struct bpf_d *);
sys/net/bpf.c
2372
bpf_setdlt(struct bpf_d *d, u_int dlt)
sys/net/bpf.c
240
static void bpf_freed(struct bpf_d *);
sys/net/bpf.c
2458
struct bpf_d *dp;
sys/net/bpf.c
247
static void bpf_attachd(struct bpf_d *, struct bpf_if *);
sys/net/bpf.c
248
static void bpf_detachd(struct bpf_d *);
sys/net/bpf.c
249
static int bpf_setif(struct bpf_d *, struct ifreq *);
sys/net/bpf.c
250
static int bpf_setf(struct bpf_d *, struct bpf_program *, u_long);
sys/net/bpf.c
253
bpf_wakeup(struct bpf_d *);
sys/net/bpf.c
254
static int bpf_hdrlen(struct bpf_d *);
sys/net/bpf.c
255
static void catchpacket(struct bpf_d *, u_char *, u_int, u_int,
sys/net/bpf.c
258
static void reset_d(struct bpf_d *);
sys/net/bpf.c
259
static int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *);
sys/net/bpf.c
260
static int bpf_setdlt(struct bpf_d *, u_int);
sys/net/bpf.c
474
bpf_attachd(struct bpf_d *d, struct bpf_if *bp)
sys/net/bpf.c
500
bpf_detachd(struct bpf_d *d)
sys/net/bpf.c
587
struct bpf_d *d;
sys/net/bpf.c
634
struct bpf_d *d;
sys/net/bpf.c
697
struct bpf_d *d = fp->f_bpf;
sys/net/bpf.c
800
bpf_wakeup(struct bpf_d *d)
sys/net/bpf.c
815
struct bpf_d *d;
sys/net/bpf.c
825
struct bpf_d *d = arg;
sys/net/bpf.c
840
struct bpf_d *d = fp->f_bpf;
sys/net/bpf.c
936
reset_d(struct bpf_d *d)
sys/net/bpf.c
980
struct bpf_d *d = fp->f_bpf;
sys/net/bpfdesc.h
115
LIST_ENTRY(bpf_d) _bd_list; /* list of all BPF's */
sys/net/bpfdesc.h
177
struct bpf_d *_bif_dlist; /* descriptor list */
sys/net/bpfdesc.h
66
struct bpf_d *_bd_next; /* Linked list of descriptors */
sys/sys/file.h
120
struct bpf_d *fd_bpf; // DTYPE_MISC (bpf)
usr.bin/fstat/misc.c
126
struct bpf_d bpf;