Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dcore.c96 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
123 EXPORT_SYMBOL_GPL(bpf_prog_realloc);
Dverifier.c1992 new_prog = bpf_prog_realloc(env->prog, in convert_ctx_accesses()
/linux-4.1.27/include/linux/
Dfilter.h370 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/linux-4.1.27/net/core/
Dfilter.c962 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()