Symbol: bpf_args_t
sys/net/bpf.c
1682
bpf_args_t args = {
sys/net/bpf.h
411
typedef uint32_t (*bpf_copfunc_t)(const bpf_ctx_t *, bpf_args_t *, uint32_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_filter.c
200
bpf_args_t args = {
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
223
bpf_args_t args_store = {
sys/net/bpf_filter.c
230
bpf_args_t * const args = &args_store;
sys/net/bpfjit.h
55
typedef unsigned int (*bpfjit_func_t)(const bpf_ctx_t *, bpf_args_t *);
sys/net/npf/npf_bpf.c
126
npf_bpf_filter(bpf_args_t *args, const void *code, bpfjit_func_t jcode)
sys/net/npf/npf_bpf.c
154
npf_cop_l3(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
sys/net/npf/npf_bpf.c
174
npf_cop_table(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
sys/net/npf/npf_bpf.c
59
static uint32_t npf_cop_l3(const bpf_ctx_t *, bpf_args_t *, uint32_t);
sys/net/npf/npf_bpf.c
60
static uint32_t npf_cop_table(const bpf_ctx_t *, bpf_args_t *, uint32_t);
sys/net/npf/npf_bpf.c
85
npf_bpf_prepare(npf_cache_t *npc, bpf_args_t *args, uint32_t *M)
sys/net/npf/npf_impl.h
378
void npf_bpf_prepare(npf_cache_t *, bpf_args_t *, uint32_t *);
sys/net/npf/npf_impl.h
379
int npf_bpf_filter(bpf_args_t *, const void *, bpfjit_func_t);
sys/net/npf/npf_ruleset.c
844
npf_rule_inspect(const npf_rule_t *rl, bpf_args_t *bc_args,
sys/net/npf/npf_ruleset.c
872
npf_rule_reinspect(const npf_rule_t *rg, bpf_args_t *bc_args,
sys/net/npf/npf_ruleset.c
908
bpf_args_t bc_args;
tests/lib/libbpfjit/t_bpfjit.c
50
bpf_args_t args;
tests/lib/libbpfjit/t_cop.c
145
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
178
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
211
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
244
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
280
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
322
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
400
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
43
static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_cop.c
434
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
44
static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_cop.c
45
static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_cop.c
46
static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_cop.c
468
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
47
static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_cop.c
502
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
539
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
582
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
615
bpf_args_t args = {
tests/lib/libbpfjit/t_cop.c
64
retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_cop.c
71
retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_cop.c
78
retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_cop.c
85
retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_cop.c
95
setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_extmem.c
125
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
189
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
241
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
309
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
354
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
400
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
43
static uint32_t retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/lib/libbpfjit/t_extmem.c
446
bpf_args_t args = {
tests/lib/libbpfjit/t_extmem.c
57
retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/lib/libbpfjit/t_extmem.c
86
bpf_args_t args = {
tests/net/bpf/h_bpf.h
115
bpf_args_t args;
tests/net/bpf/h_bpf.h
139
bpf_args_t args;
tests/net/bpf/h_bpf.h
47
const struct bpf_insn *, bpf_args_t *);
tests/net/bpf/h_bpf.h
86
bpf_args_t args;
tests/net/bpfjit/t_bpfjit.c
63
bpf_args_t args;
tests/net/bpfjit/t_cop.c
103
setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_cop.c
157
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
196
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
235
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
274
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
316
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
364
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
458
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
498
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
51
static uint32_t retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_cop.c
52
static uint32_t retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_cop.c
53
static uint32_t retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_cop.c
538
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
54
static uint32_t retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_cop.c
55
static uint32_t setARG(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_cop.c
578
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
621
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
670
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
709
bpf_args_t args = {
tests/net/bpfjit/t_cop.c
72
retA(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_cop.c
79
retBL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_cop.c
86
retWL(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_cop.c
93
retNF(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_extmem.c
170
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
228
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
308
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
359
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
411
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
463
bpf_args_t args = {
tests/net/bpfjit/t_extmem.c
51
static uint32_t retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A);
tests/net/bpfjit/t_extmem.c
65
retM(const bpf_ctx_t *bc, bpf_args_t *args, uint32_t A)
tests/net/bpfjit/t_extmem.c
94
bpf_args_t args = {
usr.sbin/npf/npftest/libnpftest/npf_bpf_test.c
49
bpf_args_t bc_args;