HomeSort by: relevance | last modified time | path
    Searched refs:copfuncs (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libbpfjit/
t_extmem.c 45 static const bpf_copfunc_t copfuncs[] = { variable in typeref:typename:const bpf_copfunc_t[]
50 .copfuncs = copfuncs,
51 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
t_cop.c 49 static const bpf_copfunc_t copfuncs[] = { variable in typeref:typename:const bpf_copfunc_t[]
58 .copfuncs = copfuncs,
59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
  /src/tests/net/bpfjit/
t_extmem.c 53 static const bpf_copfunc_t copfuncs[] = { variable in typeref:typename:const bpf_copfunc_t[]
58 .copfuncs = copfuncs,
59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
t_cop.c 57 static const bpf_copfunc_t copfuncs[] = { variable in typeref:typename:const bpf_copfunc_t[]
66 .copfuncs = copfuncs,
67 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
  /src/sys/net/
bpf_filter.c 78 bc->copfuncs = funcs;
570 const bpf_copfunc_t fn = bc->copfuncs[pc->k];
580 const bpf_copfunc_t fn = bc->copfuncs[X];
793 if (bc == NULL || bc->copfuncs == NULL)
bpfjit.c 672 BJ_ASSERT(bc != NULL && bc->copfuncs != NULL);
687 call_off = SLJIT_FUNC_OFFSET(bc->copfuncs[pc->k]);
708 /* tmp1 = ctx->copfuncs; */
713 offsetof(struct bpf_ctx, copfuncs));
725 /* tmp3 = ctx->copfuncs[tmp2]; */
2108 if (bc == NULL || bc->copfuncs == NULL)
bpf.h 417 const bpf_copfunc_t * copfuncs; member in struct:bpf_ctx

Completed in 17 milliseconds