Searched refs:fp_old (Results 1 – 2 of 2) sorted by relevance
223 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() argument232 if (pages <= fp_old->pages) in bpf_prog_realloc()233 return fp_old; in bpf_prog_realloc()237 memcpy(fp, fp_old, fp_old->pages * PAGE_SIZE); in bpf_prog_realloc()244 fp_old->aux = NULL; in bpf_prog_realloc()245 fp_old->stats = NULL; in bpf_prog_realloc()246 fp_old->active = NULL; in bpf_prog_realloc()247 __bpf_prog_free(fp_old); in bpf_prog_realloc()
921 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
Completed in 10 milliseconds