Lines Matching refs:bpf_prog
73 struct bpf_prog *bpf_prog_alloc(unsigned int size, gfp_t gfp_extra_flags) in bpf_prog_alloc()
78 struct bpf_prog *fp; in bpf_prog_alloc()
101 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc()
106 struct bpf_prog *fp; in bpf_prog_realloc()
133 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
448 struct bpf_prog *prog; in __bpf_prog_run()
658 const struct bpf_prog *fp) in bpf_prog_array_compatible()
674 static int bpf_check_tail_call(const struct bpf_prog *fp) in bpf_check_tail_call()
701 int bpf_prog_select_runtime(struct bpf_prog *fp) in bpf_prog_select_runtime()
726 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()
788 void __weak bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile()