Home
last modified time | relevance | path

Searched refs:other_branch (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dverifier.c14367 struct bpf_verifier_state *other_branch) in try_match_pkt_pointers() argument
14385 mark_pkt_end(other_branch, insn->dst_reg, true); in try_match_pkt_pointers()
14391 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
14404 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
14414 mark_pkt_end(other_branch, insn->src_reg, true); in try_match_pkt_pointers()
14427 mark_pkt_end(other_branch, insn->dst_reg, false); in try_match_pkt_pointers()
14433 find_good_pkt_pointers(other_branch, src_reg, in try_match_pkt_pointers()
14446 find_good_pkt_pointers(other_branch, dst_reg, in try_match_pkt_pointers()
14456 mark_pkt_end(other_branch, insn->src_reg, false); in try_match_pkt_pointers()
14487 struct bpf_verifier_state *other_branch; in check_cond_jmp_op() local
[all …]