Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c225 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
471 prog_adj = bpf_prog_realloc(prog, bpf_prog_size(insn_adj_cnt), in bpf_patch_insn_single()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h872 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c1272 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()