Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h280 u32 jmp_history_cnt; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c832 state->jmp_history_cnt = 0; in clear_jmp_history()
872 u32 jmp_sz = sizeof(struct bpf_idx_pair) * src->jmp_history_cnt; in copy_verifier_state()
875 if (dst_state->jmp_history_cnt < src->jmp_history_cnt) { in copy_verifier_state()
882 dst_state->jmp_history_cnt = src->jmp_history_cnt; in copy_verifier_state()
1769 u32 cnt = cur->jmp_history_cnt; in push_jmp_history()
1779 cur->jmp_history_cnt = cnt; in push_jmp_history()
2077 u32 history = st->jmp_history_cnt; in __mark_chain_precision()