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

/linux-master/kernel/bpf/
H A Dcore.c1411 static struct bpf_prog *bpf_prog_clone_create(struct bpf_prog *fp_other, argument
1417 fp = __vmalloc(fp_other->pages * PAGE_SIZE, gfp_flags);
1419 /* aux->prog still points to the fp_other one, so
1423 memcpy(fp, fp_other, fp_other->pages * PAGE_SIZE);
1444 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) argument
1450 bpf_prog_clone_free(fp_other);
/linux-master/include/linux/
H A Dfilter.h1107 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other);

Completed in 147 milliseconds