sys/net/bpf.c
1045
bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd)
sys/net/bpf.c
1097
bpf_setif(struct bpf_d *d, struct ifreq *ifr)
sys/net/bpf.c
112
static int bpf_allocbufs(struct bpf_d *);
sys/net/bpf.c
113
static void bpf_attachd(struct bpf_d *d, struct bpf_if *bp);
sys/net/bpf.c
114
static void bpf_detachd(struct bpf_d *d);
sys/net/bpf.c
115
static void bpf_resetd(struct bpf_d *);
sys/net/bpf.c
116
static void bpf_freed(struct bpf_d *);
sys/net/bpf.c
1166
struct bpf_d *d;
sys/net/bpf.c
1199
struct bpf_d *d;
sys/net/bpf.c
120
static int bpf_setif(struct bpf_d *, struct ifreq *);
sys/net/bpf.c
1201
d = (struct bpf_d *)kn->kn_hook;
sys/net/bpf.c
1209
struct bpf_d *d;
sys/net/bpf.c
1212
d = (struct bpf_d *)kn->kn_hook;
sys/net/bpf.c
122
static void bpf_wakeup(struct bpf_d *);
sys/net/bpf.c
123
static void catchpacket(struct bpf_d *, u_char *, u_int, u_int,
sys/net/bpf.c
1238
struct bpf_d *d;
sys/net/bpf.c
127
static int bpf_setf(struct bpf_d *, struct bpf_program *, u_long cmd);
sys/net/bpf.c
128
static int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *);
sys/net/bpf.c
129
static int bpf_setdlt(struct bpf_d *, u_int);
sys/net/bpf.c
1301
struct bpf_d *d;
sys/net/bpf.c
1404
catchpacket(struct bpf_d *d, u_char *pkt, u_int pktlen, u_int snaplen,
sys/net/bpf.c
1473
bpf_allocbufs(struct bpf_d *d)
sys/net/bpf.c
1487
bpf_freed(struct bpf_d *d)
sys/net/bpf.c
1561
struct bpf_d *d;
sys/net/bpf.c
1599
bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl)
sys/net/bpf.c
1628
bpf_setdlt(struct bpf_d *d, u_int dlt)
sys/net/bpf.c
287
bpf_attachd(struct bpf_d *d, struct bpf_if *bp)
sys/net/bpf.c
307
bpf_detachd(struct bpf_d *d)
sys/net/bpf.c
318
SLIST_REMOVE(&bp->bif_dlist, d, bpf_d, bd_next);
sys/net/bpf.c
360
struct bpf_d *d;
sys/net/bpf.c
410
struct bpf_d *d = dev->si_drv1;
sys/net/bpf.c
452
struct bpf_d *d = dev->si_drv1;
sys/net/bpf.c
556
bpf_wakeup(struct bpf_d *d)
sys/net/bpf.c
572
struct bpf_d *d = (struct bpf_d *)arg;
sys/net/bpf.c
615
struct bpf_d *d = dev->si_drv1;
sys/net/bpf.c
675
bpf_resetd(struct bpf_d *d)
sys/net/bpf.c
717
struct bpf_d *d = dev->si_drv1;
sys/net/bpfdesc.h
106
SLIST_HEAD(, bpf_d) bif_dlist; /* descriptor list */
sys/net/bpfdesc.h
50
SLIST_ENTRY(bpf_d) bd_next; /* Linked list of descriptors */