Home
last modified time | relevance | path

Searched refs:bpf_prog_realloc (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/bpf/
Dcore.c101 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
131 EXPORT_SYMBOL_GPL(bpf_prog_realloc);
Dverifier.c2149 new_prog = bpf_prog_realloc(env->prog, in convert_ctx_accesses()
/linux-4.4.14/include/linux/
Dfilter.h430 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/linux-4.4.14/net/core/
Dfilter.c965 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()