Symbol: bpf_insn
lib/libpcap/bpf_image.c
37
bpf_image(const struct bpf_insn *p, int n)
lib/libpcap/gencode.h
203
struct bpf_insn *icode_to_fcode(struct block *, int *);
lib/libpcap/optimize.c
1862
static struct bpf_insn *fstart;
lib/libpcap/optimize.c
1863
static struct bpf_insn *ftail;
lib/libpcap/optimize.c
1878
struct bpf_insn *dst;
lib/libpcap/optimize.c
2033
struct bpf_insn *
lib/libpcap/optimize.c
2037
struct bpf_insn *fp;
lib/libpcap/pcap.c
664
struct bpf_insn *fcode = fp->bf_insns;
lib/libpcap/pcap.h
239
char *bpf_image(const struct bpf_insn *, int);
lib/libpcap/savefile.c
361
struct bpf_insn *fcode = p->fcode.bf_insns;
sbin/dhcpleased/bpf.c
160
p.bf_len = sizeof(dhcp_bpf_filter) / sizeof(struct bpf_insn);
sbin/dhcpleased/bpf.c
167
p.bf_len = sizeof(dhcp_bpf_wfilter) / sizeof(struct bpf_insn);
sbin/dhcpleased/bpf.c
64
struct bpf_insn dhcp_bpf_filter[] = {
sbin/dhcpleased/bpf.c
95
struct bpf_insn dhcp_bpf_wfilter[] = {
sys/net/bpf.c
1111
struct bpf_insn *fcode;
sys/net/bpf.c
1359
struct bpf_insn *fcode = NULL;
sys/net/bpf.c
140
struct bpf_insn *fcode = NULL;
sys/net/bpf.c
1674
bps->bps_bf.bf_len * sizeof(struct bpf_insn));
sys/net/bpf.c
1995
bpf_mfilter(const struct bpf_insn *pc, const struct mbuf *m, u_int wirelen)
sys/net/bpf.h
312
u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int)
sys/net/bpf.h
315
u_int _bpf_filter(const struct bpf_insn *, const struct bpf_ops *,
sys/net/bpf.h
323
int bpf_validate(struct bpf_insn *, int);
sys/net/bpf.h
336
u_int bpf_mfilter(const struct bpf_insn *, const struct mbuf *, u_int);
sys/net/bpf.h
64
struct bpf_insn *bf_insns;
sys/net/bpf_filter.c
138
bpf_filter(const struct bpf_insn *pc, const u_char *pkt,
sys/net/bpf_filter.c
150
_bpf_filter(const struct bpf_insn *pc, const struct bpf_ops *ops,
sys/net/bpf_filter.c
413
bpf_validate(struct bpf_insn *f, int len)
sys/net/bpf_filter.c
416
struct bpf_insn *p;
sys/net/if_ppp.c
360
struct bpf_insn *newcode, *oldcode;
sys/net/if_ppp.c
530
newcodelen = nbp->bf_len * sizeof(struct bpf_insn);
sys/net/if_ppp.c
533
sizeof(struct bpf_insn), M_DEVBUF, M_WAITOK);
usr.sbin/bpflogd/bpflogd.c
129
struct bpf_insn insns[] = { { BPF_RET, 0, 0, -1 } };
usr.sbin/dhcpd/bpf.c
104
struct bpf_insn dhcp_bpf_filter[] = {
usr.sbin/dhcpd/bpf.c
131
int dhcp_bpf_filter_len = sizeof(dhcp_bpf_filter) / sizeof(struct bpf_insn);
usr.sbin/dhcpd/bpf.c
138
struct bpf_insn dhcp_bpf_wfilter[] = {
usr.sbin/dhcpd/bpf.c
170
int dhcp_bpf_wfilter_len = sizeof(dhcp_bpf_wfilter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
125
int dhcp_bpf_sfilter_len = sizeof(dhcp_bpf_sfilter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
130
struct bpf_insn dhcp_bpf_filter[] = {
usr.sbin/dhcrelay/bpf.c
157
int dhcp_bpf_filter_len = sizeof(dhcp_bpf_filter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
162
struct bpf_insn dhcp_bpf_efilter[] = {
usr.sbin/dhcrelay/bpf.c
193
int dhcp_bpf_efilter_len = sizeof(dhcp_bpf_efilter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
198
struct bpf_insn dhcp_bpf_swfilter[] = {
usr.sbin/dhcrelay/bpf.c
226
sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
231
struct bpf_insn dhcp_bpf_wfilter[] = {
usr.sbin/dhcrelay/bpf.c
258
int dhcp_bpf_wfilter_len = sizeof(dhcp_bpf_wfilter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay/bpf.c
98
struct bpf_insn dhcp_bpf_sfilter[] = {
usr.sbin/dhcrelay6/bpf.c
103
struct bpf_insn dhcp6_bpf_sfilter[] = {
usr.sbin/dhcrelay6/bpf.c
123
int dhcp6_bpf_sfilter_len = sizeof(dhcp6_bpf_sfilter) / sizeof(struct bpf_insn);
usr.sbin/dhcrelay6/bpf.c
128
struct bpf_insn dhcp6_bpf_wfilter[] = {
usr.sbin/dhcrelay6/bpf.c
144
int dhcp6_bpf_wfilter_len = sizeof(dhcp6_bpf_wfilter) / sizeof(struct bpf_insn);
usr.sbin/mopd/common/pf.c
83
static struct bpf_insn insns[] = {
usr.sbin/npppd/pppoe/pppoed.c
211
struct bpf_insn insns[] = {
usr.sbin/rarpd/rarpd.c
224
static struct bpf_insn insns[] = {
usr.sbin/rbootd/bpf.c
167
static struct bpf_insn bpf_insn[] = {
usr.sbin/rbootd/bpf.c
182
static struct bpf_insn bpf_wf_insn[] = {
usr.sbin/rbootd/bpf.c
209
sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn
usr.sbin/tcpdump/bpf_dump.c
37
struct bpf_insn *insn;
usr.sbin/tcpdump/privsep_pcap.c
155
fcode->bf_insns = calloc(fcode->bf_len, sizeof(struct bpf_insn));
usr.sbin/tcpdump/privsep_pcap.c
162
fcode->bf_len * sizeof(struct bpf_insn));
usr.sbin/tcpdump/privsep_pcap.c
92
fcode.bf_len * sizeof(struct bpf_insn));