Symbol: bpf_insn
libexec/rbootd/bpf.c
168
static struct bpf_insn bpf_insn[] = {
libexec/rbootd/bpf.c
180
sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn
sbin/dhclient/bpf.c
107
static const struct bpf_insn dhcp_bpf_wfilter[] = {
sbin/dhclient/bpf.c
161
p.bf_insns = __DECONST(struct bpf_insn *, dhcp_bpf_wfilter);
sbin/dhclient/bpf.c
188
static const struct bpf_insn dhcp_bpf_filter[] = {
sbin/dhclient/bpf.c
293
p.bf_insns = __DECONST(struct bpf_insn *, dhcp_bpf_filter);
sbin/ipf/common/ipf_y.y
2240
fr->fr_dsize = bpf.bf_len * sizeof(struct bpf_insn);
sbin/ipf/ipf/bpf-ipf.h
423
extern int bpf_validate(struct bpf_insn *, int);
sbin/ipf/ipf/bpf-ipf.h
424
extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
sbin/ipf/ipf/bpf-ipf.h
72
struct bpf_insn *bf_insns;
sbin/ipf/ipf/bpf_filter.c
176
bpf_filter(struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen)
sbin/ipf/ipf/bpf_filter.c
465
bpf_validate(struct bpf_insn *f, int len)
sbin/ipf/ipf/bpf_filter.c
468
const struct bpf_insn *p;
sys/amd64/amd64/bpf_jit_machdep.c
103
bpf_jit_optimize(struct bpf_insn *prog, u_int nins)
sys/amd64/amd64/bpf_jit_machdep.c
156
bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size)
sys/amd64/amd64/bpf_jit_machdep.c
159
struct bpf_insn *ins;
sys/i386/i386/bpf_jit_machdep.c
103
bpf_jit_optimize(struct bpf_insn *prog, u_int nins)
sys/i386/i386/bpf_jit_machdep.c
156
bpf_jit_compile(struct bpf_insn *prog, u_int nins, size_t *size)
sys/i386/i386/bpf_jit_machdep.c
159
struct bpf_insn *ins;
sys/net/bpf.c
1787
struct bpf_insn *filter;
sys/net/bpf.c
1803
(struct bpf_insn *)(uintptr_t)fp32->bf_insns;
sys/net/bpf.c
1832
filter = (struct bpf_insn *)fcode->buffer;
sys/net/bpf.c
3046
bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen)
sys/net/bpf.c
3052
bpf_validate(const struct bpf_insn *f, int len)
sys/net/bpf.c
603
bpf_check_upgrade(u_long cmd, struct bpf_d *d, struct bpf_insn *fcode,
sys/net/bpf.h
430
int bpf_validate(const struct bpf_insn *, int);
sys/net/bpf.h
445
u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
sys/net/bpf.h
70
struct bpf_insn *bf_insns;
sys/net/bpf_filter.c
174
bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen)
sys/net/bpf_filter.c
547
bpf_validate(const struct bpf_insn *f, int len)
sys/net/bpf_filter.c
550
const struct bpf_insn *p;
sys/net/bpf_jitter.c
66
bpf_jitter(struct bpf_insn *fp, int nins)
sys/net/bpf_jitter.h
71
bpf_jit_filter *bpf_jitter(struct bpf_insn *fp, int nins);
sys/net/bpf_jitter.h
86
struct bpf_insn;
sys/net/bpf_jitter.h
88
bpf_filter_func bpf_jit_compile(struct bpf_insn *, u_int, size_t *);
sys/net/bpfdesc.h
79
struct bpf_insn *bd_rfilter; /* read filter code */
sys/net/bpfdesc.h
80
struct bpf_insn *bd_wfilter; /* write filter code */
sys/netgraph/ng_bpf.h
55
struct bpf_insn bpf_prog[]; /* bpf program */
sys/netgraph/ng_bpf.h
59
(sizeof(struct ng_bpf_hookprog) + (numInsn) * sizeof(struct bpf_insn))
sys/netpfil/ipfilter/netinet/fil.c
4763
if (!bpf_validate(ptr, fp->fr_dsize/sizeof(struct bpf_insn))) {
tools/regression/bpf/bpf_filter/bpf_test.c
129
bpf_validate(const struct bpf_insn *f, int len)
tools/regression/bpf/bpf_filter/bpf_test.c
132
register const struct bpf_insn *p;
tools/regression/bpf/bpf_filter/bpf_test.c
91
u_int bpf_filter(const struct bpf_insn *, u_char *, u_int, u_int);
tools/regression/bpf/bpf_filter/tests/test0001.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0002.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0003.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0004.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0005.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0006.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0007.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0008.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0009.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0010.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0011.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0012.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0013.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0014.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0015.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0016.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0017.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0018.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0019.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0020.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0021.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0022.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0023.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0024.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0025.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0026.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0027.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0028.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0029.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0030.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0031.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0032.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0033.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0034.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0035.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0036.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0037.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0038.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0039.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0040.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0041.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0042.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0043.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0044.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0045.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0046.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0047.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0048.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0049.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0050.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0051.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0052.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0053.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0054.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0055.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0056.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0057.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0058.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0059.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0060.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0061.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0062.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0063.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0064.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0065.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0066.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0067.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0068.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0069.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0070.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0071.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0072.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0073.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0074.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0075.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0076.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0077.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0078.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0079.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0080.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0081.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0082.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0083.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0084.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0085.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0086.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0087.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0088.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0089.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0090.h
6
static struct bpf_insn pc[] = {
tools/regression/bpf/bpf_filter/tests/test0091.h
6
static struct bpf_insn pc[] = {
usr.sbin/rarpd/rarpd.c
407
static struct bpf_insn insns[] = {
usr.sbin/usbdump/usbdump.c
189
struct bpf_insn *dynamic_insn;
usr.sbin/usbdump/usbdump.c
197
dynamic_insn = malloc(((len * 5) + 1) * sizeof(struct bpf_insn));