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

/linux-master/kernel/bpf/
H A Dcore.c245 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, argument
254 if (pages <= fp_old->pages)
255 return fp_old;
259 memcpy(fp, fp_old, fp_old->pages * PAGE_SIZE);
263 /* We keep fp->aux from fp_old around in the new
266 fp_old->aux = NULL;
267 fp_old->stats = NULL;
268 fp_old->active = NULL;
269 __bpf_prog_free(fp_old);
[all...]
/linux-master/include/linux/
H A Dfilter.h924 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,

Completed in 123 milliseconds