dist/pf/usr.sbin/ftp-proxy/npf.c
106
static struct bpf_insn insns[13] = {
sys/net/bpf.c
1369
struct bpf_insn *fcode;
sys/net/bpf.c
308
const struct bpf_insn *, size_t);
sys/net/bpf.h
591
u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);
sys/net/bpf.h
592
int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int);
sys/net/bpf.h
599
int bpf_validate(const struct bpf_insn *, int);
sys/net/bpf.h
600
u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
sys/net/bpf.h
602
u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *);
sys/net/bpf.h
611
char *bpf_image(const struct bpf_insn *, int);
sys/net/bpf.h
77
struct bpf_insn *bf_insns;
sys/net/bpf_filter.c
196
bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen,
sys/net/bpf_filter.c
212
bpf_filter_ext(const bpf_ctx_t *bc, const struct bpf_insn *pc, bpf_args_t *args)
sys/net/bpf_filter.c
216
bpf_filter(const struct bpf_insn *pc, const u_char *p, u_int wirelen,
sys/net/bpf_filter.c
605
bpf_validate(const struct bpf_insn *f, int signed_len)
sys/net/bpf_filter.c
611
bpf_validate_ext(const bpf_ctx_t *bc, const struct bpf_insn *f, int signed_len)
sys/net/bpf_filter.c
615
bpf_validate(const struct bpf_insn *f, int signed_len)
sys/net/bpf_filter.c
619
const struct bpf_insn *p;
sys/net/bpfdesc.h
56
struct bpf_insn *bf_insn; /* filter code */
sys/net/bpfdesc.h
87
struct bpf_insn *_bd_filter; /* filter code */
sys/net/bpfjit.c
1087
emit_pow2_moddiv(struct sljit_compiler *compiler, const struct bpf_insn *pc)
sys/net/bpfjit.c
1145
emit_moddiv(struct sljit_compiler *compiler, const struct bpf_insn *pc)
sys/net/bpfjit.c
1222
read_pkt_insn(const struct bpf_insn *pc, bpfjit_abc_length_t *length)
sys/net/bpfjit.c
1282
optimize_pass1(const bpf_ctx_t *bc, const struct bpf_insn *insns,
sys/net/bpfjit.c
1467
optimize_pass2(const bpf_ctx_t *bc, const struct bpf_insn *insns,
sys/net/bpfjit.c
1471
const struct bpf_insn *pc;
sys/net/bpfjit.c
1547
optimize_pass3(const struct bpf_insn *insns,
sys/net/bpfjit.c
1578
optimize(const bpf_ctx_t *bc, const struct bpf_insn *insns,
sys/net/bpfjit.c
1598
alu_to_op(const struct bpf_insn *pc, int *res)
sys/net/bpfjit.c
1640
jmp_to_cond(const struct bpf_insn *pc, bool negate, int *res)
sys/net/bpfjit.c
1671
kx_to_reg(const struct bpf_insn *pc)
sys/net/bpfjit.c
1684
kx_to_reg_arg(const struct bpf_insn *pc)
sys/net/bpfjit.c
1698
const bpf_ctx_t *bc, const struct bpf_insn *insns,
sys/net/bpfjit.c
1707
const struct bpf_insn *pc;
sys/net/bpfjit.c
2153
const struct bpf_insn *insns, size_t insn_count)
sys/net/bpfjit.c
282
read_width(const struct bpf_insn *pc)
sys/net/bpfjit.c
520
const struct bpf_insn *pc, int dst, struct sljit_jump ***ret0,
sys/net/bpfjit.c
654
const bpf_ctx_t *bc, const struct bpf_insn *pc,
sys/net/bpfjit.c
803
const struct bpf_insn *pc, struct sljit_jump *to_mchain_jump,
sys/net/bpfjit.c
997
const struct bpf_insn *pc, struct sljit_jump *to_mchain_jump,
sys/net/bpfjit.h
58
const struct bpf_insn *, size_t);
sys/net/bpfjit.h
64
const struct bpf_insn *, size_t);
sys/net/if_ppp.c
503
struct bpf_insn *newcode, *oldcode;
sys/net/if_ppp.c
709
newcodelen = nbp->bf_len * sizeof(struct bpf_insn);
sys/net/npf/npf_bpf.c
146
const size_t icount = len / sizeof(struct bpf_insn);
tests/lib/libbpfjit/t_bpfjit.c
1012
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1042
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1072
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
111
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1136
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1167
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1198
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1229
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1259
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1290
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1321
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
135
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1352
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1383
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1414
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1445
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1476
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1506
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1537
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1568
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
158
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1599
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1630
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1661
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1692
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1723
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1754
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
178
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1785
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1816
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1847
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1878
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1909
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
1940
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2013
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2043
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2076
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2099
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2124
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
213
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2175
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2226
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2277
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2328
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2383
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2441
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
248
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2499
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2556
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2613
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2643
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2674
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2705
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2770
static struct bpf_insn insns[3][2] = {
tests/lib/libbpfjit/t_bpfjit.c
279
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
2827
static struct bpf_insn insns[12][3] = {
tests/lib/libbpfjit/t_bpfjit.c
2918
static struct bpf_insn insns[6][3] = {
tests/lib/libbpfjit/t_bpfjit.c
2997
static struct bpf_insn insns[12][3] = {
tests/lib/libbpfjit/t_bpfjit.c
3088
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
312
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3124
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3161
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3192
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3221
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3251
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3283
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3317
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3350
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3380
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3411
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
342
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3441
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3475
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3506
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3546
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3586
struct bpf_insn insns[5*BPF_MEMWORDS+2];
tests/lib/libbpfjit/t_bpfjit.c
3641
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3675
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3707
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
372
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3751
struct bpf_insn insns[5*BPF_MEMWORDS+2];
tests/lib/libbpfjit/t_bpfjit.c
3807
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3864
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3921
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
3978
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
402
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4036
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4094
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4153
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4211
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
422
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4254
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4292
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4379
struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4476
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
452
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4610
struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4744
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
4765
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
482
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
512
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
542
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
572
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
602
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
632
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
652
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
68
struct bpf_insn dummy = { 0 };
tests/lib/libbpfjit/t_bpfjit.c
682
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
712
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
742
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
772
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
802
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
83
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
832
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
862
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
892
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
922
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
952
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_bpfjit.c
982
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
113
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
137
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
170
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
203
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
236
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
269
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
308
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
347
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
367
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
391
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
425
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
459
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
493
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
527
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
567
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_cop.c
607
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
112
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
151
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
169
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
220
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
272
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
291
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
336
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
381
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
427
static struct bpf_insn insns[] = {
tests/lib/libbpfjit/t_extmem.c
73
static struct bpf_insn insns[] = {
tests/net/bpf/h_bpf.h
110
interp_prog_mchain2(struct bpf_insn *insns,
tests/net/bpf/h_bpf.h
134
exec_prog_mchain2(struct bpf_insn *insns, size_t insn_count,
tests/net/bpf/h_bpf.h
160
prog_validate(struct bpf_insn *insns, size_t insn_count)
tests/net/bpf/h_bpf.h
45
int rumpns_bpf_validate(const struct bpf_insn *, int);
tests/net/bpf/h_bpf.h
47
const struct bpf_insn *, bpf_args_t *);
tests/net/bpf/h_bpf.h
49
const struct bpf_insn *, size_t);
tests/net/bpf/h_bpf.h
82
exec_prog(struct bpf_insn *insns, size_t insn_count,
tests/net/bpf/t_div-by-zero.c
29
struct bpf_insn bins[] = {
tests/net/bpf/t_mbuf.c
122
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
145
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
185
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
214
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
249
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
287
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
304
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
321
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
338
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
355
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
373
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
391
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
408
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
426
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
444
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
461
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
479
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
497
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
56
static struct bpf_insn insns[] = {
tests/net/bpf/t_mbuf.c
92
static struct bpf_insn insns[] = {
tests/net/bpfilter/t_bpfilter.c
104
static struct bpf_insn badmem_prog[] = {
tests/net/bpfilter/t_bpfilter.c
109
static struct bpf_insn noinitA_prog[] = {
tests/net/bpfilter/t_bpfilter.c
113
static struct bpf_insn noinitX_prog[] = {
tests/net/bpfilter/t_bpfilter.c
118
static struct bpf_insn badjmp_prog[] = {
tests/net/bpfilter/t_bpfilter.c
123
static struct bpf_insn negjmp_prog[] = {
tests/net/bpfilter/t_bpfilter.c
129
static struct bpf_insn badret_prog[] = {
tests/net/bpfilter/t_bpfilter.c
453
struct bpf_insn *last;
tests/net/bpfilter/t_bpfilter.c
79
static struct bpf_insn magic_echo_reply_prog[] = {
tests/net/bpfjit/t_bpfjit.c
104
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1057
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1083
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1109
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1135
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1160
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1186
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1212
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1238
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1264
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
127
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1290
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1316
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1342
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1367
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1393
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1419
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1445
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1471
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1497
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1523
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1549
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1575
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
159
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1601
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1627
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1653
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1679
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1705
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1731
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1809
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1834
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1862
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1892
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
190
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1922
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
1979
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2036
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2093
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2150
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
218
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2200
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2264
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2328
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2391
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2454
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
248
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2490
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2527
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2564
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2624
static struct bpf_insn insns[3][2] = {
tests/net/bpfjit/t_bpfjit.c
2687
static struct bpf_insn insns[12][3] = {
tests/net/bpfjit/t_bpfjit.c
2772
static struct bpf_insn insns[6][3] = {
tests/net/bpfjit/t_bpfjit.c
278
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2857
static struct bpf_insn insns[12][3] = {
tests/net/bpfjit/t_bpfjit.c
2943
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
2985
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3028
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
304
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3065
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3089
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3114
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3141
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3181
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3220
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3245
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3271
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3296
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
332
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3336
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3363
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3409
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3455
struct bpf_insn insns[5*BPF_MEMWORDS+2];
tests/net/bpfjit/t_bpfjit.c
3516
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3556
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
357
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3584
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3636
struct bpf_insn insns[5*BPF_MEMWORDS+2];
tests/net/bpfjit/t_bpfjit.c
3698
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3761
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
382
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3824
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3887
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
3951
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4015
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
407
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4080
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4144
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4193
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4226
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4319
struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
435
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4422
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4562
struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
460
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4702
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
4729
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
485
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
510
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
535
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
560
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
585
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
610
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
638
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
663
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
688
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
713
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
738
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
763
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
788
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
81
struct bpf_insn dummy;
tests/net/bpfjit/t_bpfjit.c
813
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
838
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
863
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
888
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
913
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
938
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
963
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_bpfjit.c
988
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
121
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
149
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
188
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
227
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
266
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
305
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
350
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
395
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
421
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
449
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
489
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
529
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
569
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
609
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
655
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_cop.c
701
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
126
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
150
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
207
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
265
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
290
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
341
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
392
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
444
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_extmem.c
81
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
125
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
149
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
190
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
220
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
256
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
295
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
313
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
331
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
349
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
367
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
386
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
405
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
423
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
442
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
461
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
479
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
498
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
517
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
57
static struct bpf_insn insns[] = {
tests/net/bpfjit/t_mbuf.c
94
static struct bpf_insn insns[] = {
usr.bin/rump_dhcpclient/bpf-filter.h
33
static const struct bpf_insn arp_bpf_filter [] = {
usr.bin/rump_dhcpclient/bpf-filter.h
78
static const struct bpf_insn dhcp_bpf_filter [] = {
usr.sbin/isibootd/isibootd.c
349
static struct bpf_insn bpf_insn[] = {
usr.sbin/isibootd/isibootd.c
356
sizeof(bpf_insn) / sizeof(bpf_insn[0]),
usr.sbin/isibootd/isibootd.c
357
bpf_insn
usr.sbin/mopd/common/pf.c
80
static struct bpf_insn insns[] = {
usr.sbin/ndbootd/config/ndbootd-bpf.c
75
static struct bpf_insn ndboot_bpf_filter[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
201
struct bpf_insn *insn = &bp->bf_insns[i];
usr.sbin/npf/npfctl/npf_bpf_comp.c
247
add_insns(npf_bpf_t *ctx, struct bpf_insn *insns, size_t count)
usr.sbin/npf/npfctl/npf_bpf_comp.c
253
offset = bp->bf_len * sizeof(struct bpf_insn);
usr.sbin/npf/npfctl/npf_bpf_comp.c
254
len = count * sizeof(struct bpf_insn);
usr.sbin/npf/npfctl/npf_bpf_comp.c
303
struct bpf_insn insns_ret[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
375
struct bpf_insn insns_ret[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
385
struct bpf_insn insns_ret[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
443
struct bpf_insn insns_af[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
465
struct bpf_insn insns_hlen[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
496
struct bpf_insn insns_et[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
550
struct bpf_insn insns_proto[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
620
struct bpf_insn insns_ip[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
627
struct bpf_insn insns_mask[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
657
struct bpf_insn insns_cmp[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
707
struct bpf_insn insns_ether_w[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
713
struct bpf_insn insns_ether_h[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
753
struct bpf_insn insns_fetch[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
765
struct bpf_insn insns_port[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
771
struct bpf_insn insns_range[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
808
struct bpf_insn insns_tcp[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
815
struct bpf_insn insns_tf[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
823
struct bpf_insn insns_mask[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
829
struct bpf_insn insns_cmp[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
858
struct bpf_insn insns_type[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
869
struct bpf_insn insns_code[] = {
usr.sbin/npf/npfctl/npf_bpf_comp.c
891
struct bpf_insn insns_table[] = {
usr.sbin/npf/npfctl/npf_build.c
593
len = bf->bf_len * sizeof(struct bpf_insn);
usr.sbin/npf/npfctl/npf_build.c
621
len = bf.bf_len * sizeof(struct bpf_insn);
usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c
87
struct bpf_insn insns_npf_bpfcop[] = {
usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c
99
struct bpf_insn insns_ipver[] = {
usr.sbin/rarpd/rarpd.c
302
static struct bpf_insn insns[] = {
usr.sbin/rbootd/bpf.c
178
static struct bpf_insn bpf_insn[] = {
usr.sbin/rbootd/bpf.c
190
sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn