Searched refs:specs (Results 1 – 1 of 1) sorted by relevance
7991 struct bpf_core_spec *specs; in bpf_core_apply() local7997 specs = kcalloc(3, sizeof(*specs), GFP_KERNEL); in bpf_core_apply()7998 if (!specs) in bpf_core_apply()8035 err = bpf_core_calc_relo_insn((void *)ctx->log, relo, relo_idx, ctx->btf, &cands, specs, in bpf_core_apply()8044 kfree(specs); in bpf_core_apply()