Lines Matching refs:branches
2261 int run_ctx_off, u8 **branches)
2287 branches[i] = prog;
2366 u8 **branches = NULL;
2508 branches = kcalloc(fmod_ret->nr_links, sizeof(u8 *),
2510 if (!branches)
2514 run_ctx_off, branches)) {
2554 /* Update the branches saved in invoke_bpf_mod_ret with the
2558 emit_cond_near_jump(&branches[i], prog, branches[i],
2607 kfree(branches);