Searched refs:bpf_prog_realloc (Results 1 – 3 of 3) sorted by relevance
246 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size, in bpf_prog_realloc() function507 prog_adj = bpf_prog_realloc(prog, bpf_prog_size(insn_adj_cnt), in bpf_patch_insn_single()
1077 struct bpf_prog *bpf_prog_realloc(struct bpf_prog *fp_old, unsigned int size,
1284 fp = bpf_prog_realloc(old_fp, bpf_prog_size(new_len), 0); in bpf_migrate_filter()