Lines Matching refs:branches
1663 u8 **branches)
1689 branches[i] = prog;
1784 u8 **branches = NULL;
1830 branches = kcalloc(fmod_ret->nr_progs, sizeof(u8 *),
1832 if (!branches)
1836 branches)) {
1864 /* Update the branches saved in invoke_bpf_mod_ret with the
1868 emit_cond_near_jump(&branches[i], prog, branches[i],
1912 kfree(branches);