Lines Matching defs:fp
110 struct bpf_prog *fp; in bpf_prog_alloc_no_stats() local
260 struct bpf_prog *fp; in bpf_prog_realloc() local
286 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
299 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag()
565 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs()
573 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all()
697 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate()
702 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add()
732 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
1230 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr()
1240 bpf_jit_binary_hdr(const struct bpf_prog *fp) in bpf_jit_binary_hdr()
1253 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
1445 struct bpf_prog *fp; in bpf_prog_clone_create() local
1459 static void bpf_prog_clone_free(struct bpf_prog *fp) in bpf_prog_clone_free()
1474 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other()
2318 const struct bpf_prog *fp) in __bpf_prog_map_compatible()
2360 bool bpf_prog_map_compatible(struct bpf_map *map, const struct bpf_prog *fp) in bpf_prog_map_compatible()
2373 static int bpf_check_tail_call(const struct bpf_prog *fp) in bpf_check_tail_call()
2396 static bool bpf_prog_select_interpreter(struct bpf_prog *fp) in bpf_prog_select_interpreter()
2430 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime()
2854 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()