fp_other          958 include/linux/filter.h void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other);
fp_other         1027 kernel/bpf/core.c static struct bpf_prog *bpf_prog_clone_create(struct bpf_prog *fp_other,
fp_other         1033 kernel/bpf/core.c 	fp = __vmalloc(fp_other->pages * PAGE_SIZE, gfp_flags, PAGE_KERNEL);
fp_other         1039 kernel/bpf/core.c 		memcpy(fp, fp_other, fp_other->pages * PAGE_SIZE);
fp_other         1058 kernel/bpf/core.c void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other)
fp_other         1064 kernel/bpf/core.c 	bpf_prog_clone_free(fp_other);