Home
last modified time | relevance | path

Searched refs:fp_other (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dcore.c726 static struct bpf_prog *bpf_prog_clone_create(struct bpf_prog *fp_other, in bpf_prog_clone_create() argument
732 fp = __vmalloc(fp_other->pages * PAGE_SIZE, gfp_flags, PAGE_KERNEL); in bpf_prog_clone_create()
738 memcpy(fp, fp_other, fp_other->pages * PAGE_SIZE); in bpf_prog_clone_create()
757 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other() argument
763 bpf_prog_clone_free(fp_other); in bpf_jit_prog_release_other()
/Linux-v4.19/include/linux/
Dfilter.h869 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other);