Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dcore.c236 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
484 prog_adj = bpf_prog_realloc(prog, bpf_prog_size(insn_adj_cnt), in bpf_patch_insn_single()
/linux-6.3-rc2/include/linux/
A Dfilter.h886 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/linux-6.3-rc2/net/core/
A Dfilter.c1275 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()

Completed in 29 milliseconds