Searched refs:bpf_func (Results 1 – 10 of 10) sorted by relevance
336 unsigned int (*bpf_func)(const struct sk_buff *skb, member351 #define BPF_PROG_RUN(filter, ctx) (*filter->bpf_func)(ctx, filter->insnsi)
302 offsetof(struct bpf_prog, bpf_func)); in emit_bpf_tail_call()1111 prog->bpf_func = (void *)image; in bpf_int_jit_compile()1120 unsigned long addr = (unsigned long)fp->bpf_func & PAGE_MASK; in bpf_jit_free()
672 fp->bpf_func = (void *)image; in bpf_jit_compile()683 module_memfree(fp->bpf_func); in bpf_jit_free()
1059 offsetof(struct bpf_prog, bpf_func)); in bpf_jit_insn()1312 fp->bpf_func = (void *) jit.prg_buf; in bpf_int_jit_compile()1324 unsigned long addr = (unsigned long)fp->bpf_func & PAGE_MASK; in bpf_jit_free()
801 fp->bpf_func = (void *)image; in bpf_jit_compile()812 module_memfree(fp->bpf_func); in bpf_jit_free()
815 prog->bpf_func = (void *)ctx.image; in bpf_int_jit_compile()823 unsigned long addr = (unsigned long)prog->bpf_func & PAGE_MASK; in bpf_jit_free()
1063 fp->bpf_func = (void *)ctx.target; in bpf_jit_compile()1072 unsigned long addr = (unsigned long)fp->bpf_func & PAGE_MASK; in bpf_jit_free()
1239 fp->bpf_func = (void *)ctx.target; in bpf_jit_compile()1249 module_memfree(fp->bpf_func); in bpf_jit_free()
703 fp->bpf_func = (void *) __bpf_prog_run; in bpf_prog_select_runtime()
1004 fp->bpf_func = NULL; in bpf_prepare_filter()