Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcore.c106 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
323 prog_adj = bpf_prog_realloc(prog, bpf_prog_size(insn_adj_cnt), in bpf_patch_insn_single()
/Linux-v4.19/include/linux/
Dfilter.h733 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/Linux-v4.19/net/core/
Dfilter.c1250 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()