Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h342 struct bpf_jmp_history_entry { struct
432 struct bpf_jmp_history_entry *jmp_history;
665 struct bpf_jmp_history_entry *cur_hist_ent;
/openbmc/linux/kernel/bpf/
H A Dverifier.c3430 struct bpf_jmp_history_entry *p; in push_jmp_history()
3463 static struct bpf_jmp_history_entry *get_jmp_hist_entry(struct bpf_verifier_state *st, in get_jmp_hist_entry()
3693 struct bpf_jmp_history_entry *hist, struct backtrack_state *bt) in backtrack_insn()
4309 struct bpf_jmp_history_entry *hist; in __mark_chain_precision()