sys/net/bpf.c
101
int bpf_setif(struct bpf_d *, struct ifreq *);
sys/net/bpf.c
103
void bpf_wakeup(struct bpf_d *);
sys/net/bpf.c
107
void bpf_catchpacket(struct bpf_d *, u_char *, size_t, size_t,
sys/net/bpf.c
109
int bpf_getdltlist(struct bpf_d *, struct bpf_dltlist *);
sys/net/bpf.c
110
int bpf_setdlt(struct bpf_d *, u_int);
sys/net/bpf.c
1108
bpf_setf(struct bpf_d *d, struct bpf_program *fp, u_long cmd)
sys/net/bpf.c
1169
bpf_setif(struct bpf_d *d, struct ifreq *ifr)
sys/net/bpf.c
117
struct bpf_d *bpfilter_lookup(int);
sys/net/bpf.c
122
void bpf_attachd(struct bpf_d *, struct bpf_if *);
sys/net/bpf.c
123
void bpf_detachd(struct bpf_d *);
sys/net/bpf.c
1230
struct bpf_d *d;
sys/net/bpf.c
124
void bpf_resetd(struct bpf_d *);
sys/net/bpf.c
1258
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
1267
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
1281
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
1294
struct bpf_d *d = kn->kn_hook;
sys/net/bpf.c
132
void bpf_get(struct bpf_d *);
sys/net/bpf.c
133
void bpf_put(struct bpf_d *);
sys/net/bpf.c
1339
struct bpf_d *d;
sys/net/bpf.c
136
bpf_movein(struct uio *uio, struct bpf_d *d, struct mbuf **mp,
sys/net/bpf.c
1550
bpf_catchpacket(struct bpf_d *d, u_char *pkt, size_t pktlen, size_t snaplen,
sys/net/bpf.c
1647
bpf_allocbufs(struct bpf_d *d)
sys/net/bpf.c
1681
struct bpf_d *bd = smr;
sys/net/bpf.c
1698
bpf_get(struct bpf_d *bd)
sys/net/bpf.c
1708
bpf_put(struct bpf_d *bd)
sys/net/bpf.c
1781
struct bpf_d *bd;
sys/net/bpf.c
1827
struct bpf_d *
sys/net/bpf.c
1830
struct bpf_d *bd;
sys/net/bpf.c
1844
bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl)
sys/net/bpf.c
1875
bpf_setdlt(struct bpf_d *d, u_int dlt)
sys/net/bpf.c
285
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
320
SMR_SLIST_REMOVE_LOCKED(&bp->bif_dlist, d, bpf_d, bd_next);
sys/net/bpf.c
373
struct bpf_d *bd;
sys/net/bpf.c
412
struct bpf_d *d;
sys/net/bpf.c
447
struct bpf_d *d;
sys/net/bpf.c
581
bpf_wakeup(struct bpf_d *d)
sys/net/bpf.c
605
struct bpf_d *d = xd;
sys/net/bpf.c
616
struct bpf_d *d = xd;
sys/net/bpf.c
631
struct bpf_d *d;
sys/net/bpf.c
686
bpf_resetd(struct bpf_d *d)
sys/net/bpf.c
707
bpf_set_wtout(struct bpf_d *d, uint64_t wtout)
sys/net/bpf.c
717
bpf_set_wtimeout(struct bpf_d *d, const struct timeval *tv)
sys/net/bpf.c
734
bpf_get_wtimeout(struct bpf_d *d, struct timeval *tv)
sys/net/bpf.c
777
struct bpf_d *d;
sys/net/bpf.c
94
LIST_HEAD(, bpf_d) bpf_d_list = LIST_HEAD_INITIALIZER(bpf_d_list);
sys/net/bpf.c
96
int bpf_allocbufs(struct bpf_d *);
sys/net/bpf.c
99
int bpf_movein(struct uio *, struct bpf_d *, struct mbuf **,
sys/net/bpfdesc.h
104
LIST_ENTRY(bpf_d) bd_list; /* descriptor list */
sys/net/bpfdesc.h
118
SMR_SLIST_HEAD(, bpf_d) bif_dlist; /* descriptor list */
sys/net/bpfdesc.h
126
int bpf_setf(struct bpf_d *, struct bpf_program *, u_long);
sys/net/bpfdesc.h
60
SMR_SLIST_ENTRY(bpf_d) bd_next; /* Linked list of descriptors */