Searched refs:copfuncs (Results 1 – 7 of 7) sorted by relevance
45 static const bpf_copfunc_t copfuncs[] = { variable50 .copfuncs = copfuncs,51 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
49 static const bpf_copfunc_t copfuncs[] = { variable58 .copfuncs = copfuncs,59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
53 static const bpf_copfunc_t copfuncs[] = { variable58 .copfuncs = copfuncs,59 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
57 static const bpf_copfunc_t copfuncs[] = { variable66 .copfuncs = copfuncs,67 .nfuncs = sizeof(copfuncs) / sizeof(copfuncs[0]),
78 bc->copfuncs = funcs; in bpf_set_cop() 570 const bpf_copfunc_t fn = bc->copfuncs[pc->k]; in bpf_filter_ext() 580 const bpf_copfunc_t fn = bc->copfuncs[X]; in bpf_filter_ext() 793 if (bc == NULL || bc->copfuncs == NULL) in bpf_validate_ext()
672 BJ_ASSERT(bc != NULL && bc->copfuncs != NULL); in emit_cop()687 call_off = SLJIT_FUNC_OFFSET(bc->copfuncs[pc->k]); in emit_cop()713 offsetof(struct bpf_ctx, copfuncs)); in emit_cop()2108 if (bc == NULL || bc->copfuncs == NULL) in generate_insn_code()
417 const bpf_copfunc_t * copfuncs; member