Lines Matching defs:fp
82 struct bpf_prog *fp; in bpf_prog_alloc() local
109 struct bpf_prog *fp; in bpf_prog_realloc() local
143 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
149 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag()
383 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate()
388 static bool bpf_prog_kallsyms_verify_off(const struct bpf_prog *fp) in bpf_prog_kallsyms_verify_off()
394 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add()
405 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
584 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
731 struct bpf_prog *fp; in bpf_prog_clone_create() local
745 static void bpf_prog_clone_free(struct bpf_prog *fp) in bpf_prog_clone_free()
758 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other()
1395 const struct bpf_prog *fp) in bpf_prog_array_compatible()
1411 static int bpf_check_tail_call(const struct bpf_prog *fp) in bpf_check_tail_call()
1439 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime()
1484 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()