Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcore.c246 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function
507 prog_adj = bpf_prog_realloc(prog, bpf_prog_size(insn_adj_cnt), in bpf_patch_insn_single()
/linux-6.12.1/include/linux/
Dfilter.h1077 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
/linux-6.12.1/net/core/
Dfilter.c1284 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()