• Home
  • Raw
  • Download

Lines Matching defs:fp

89 	struct bpf_prog *fp;  in bpf_prog_alloc_no_stats()  local
235 struct bpf_prog *fp; in bpf_prog_realloc() local
261 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
274 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag()
523 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs()
531 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all()
655 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate()
660 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add()
673 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
1149 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr()
1159 bpf_jit_binary_hdr(const struct bpf_prog *fp) in bpf_jit_binary_hdr()
1172 void __weak bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
1358 struct bpf_prog *fp; in bpf_prog_clone_create() local
1372 static void bpf_prog_clone_free(struct bpf_prog *fp) in bpf_prog_clone_free()
1387 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other()
2092 const struct bpf_prog *fp) in bpf_prog_map_compatible()
2119 static int bpf_check_tail_call(const struct bpf_prog *fp) in bpf_check_tail_call()
2142 static void bpf_prog_select_func(struct bpf_prog *fp) in bpf_prog_select_func()
2164 struct bpf_prog *bpf_prog_select_runtime(struct bpf_prog *fp, int *err) in bpf_prog_select_runtime()
2575 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()