Searched refs:bpf_prog_realloc (Results 1 – 4 of 4) sorted by relevance
101 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function131 EXPORT_SYMBOL_GPL(bpf_prog_realloc);
2149 new_prog = bpf_prog_realloc(env->prog, in convert_ctx_accesses()
430 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
965 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()