Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcore.c246 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() argument
255 if (pages <= fp_old->pages) in bpf_prog_realloc()
256 return fp_old; in bpf_prog_realloc()
260 memcpy(fp, fp_old, fp_old->pages * PAGE_SIZE); in bpf_prog_realloc()
267 fp_old->aux = NULL; in bpf_prog_realloc()
268 fp_old->stats = NULL; in bpf_prog_realloc()
269 fp_old->active = NULL; in bpf_prog_realloc()
270 __bpf_prog_free(fp_old); in bpf_prog_realloc()
/linux-6.12.1/include/linux/
Dfilter.h1077 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,