Searched refs:succ (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 485 struct bpf_iarray *succ, *jt; in bpf_insn_successors() local 493 succ = env->succ; in bpf_insn_successors() 494 succ->cnt = 0; in bpf_insn_successors() 499 succ->items[succ->cnt++] = idx + insn_sz; in bpf_insn_successors() 502 succ->items[succ->cnt++] = idx + bpf_jmp_offset(insn) + 1; in bpf_insn_successors() 504 return succ; in bpf_insn_successors() 566 struct bpf_iarray *succ; in update_insn() local 570 succ = bpf_insn_successors(env, insn_idx); in update_insn() 571 if (succ->cnt == 0) in update_insn() 583 for (s = 0; s < succ->cnt; ++s) { in update_insn() [all …]
|
| H A D | verifier.c | 18402 struct bpf_iarray *succ; in compute_postorder() local 18426 succ = bpf_insn_successors(env, top); in compute_postorder() 18427 for (s = 0; s < succ->cnt; ++s) { in compute_postorder() 18428 if (!state[succ->items[s]]) { in compute_postorder() 18429 stack[stack_sz++] = succ->items[s]; in compute_postorder() 18430 state[succ->items[s]] |= DISCOVERED; in compute_postorder() 24885 struct bpf_iarray *succ; in compute_live_registers() local 24889 succ = bpf_insn_successors(env, insn_idx); in compute_live_registers() 24890 for (int s = 0; s < succ->cnt; ++s) in compute_live_registers() 24891 new_out |= state[succ->items[s]].in; in compute_live_registers() [all …]
|
| /linux/net/netfilter/ |
| H A D | xt_recent.c | 568 bool add, succ; in recent_mt_proc_write() local 601 succ = in6_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write() 604 succ = in4_pton(c, size, (void *)&addr, '\n', NULL); in recent_mt_proc_write() 607 if (!succ) in recent_mt_proc_write()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 3814 goto succ; in virtnet_set_queues() 3830 succ: in virtnet_set_queues()
|