jmp_history_cnt   262 include/linux/bpf_verifier.h 	u32 jmp_history_cnt;
jmp_history_cnt   679 kernel/bpf/verifier.c 	state->jmp_history_cnt = 0;
jmp_history_cnt   719 kernel/bpf/verifier.c 	u32 jmp_sz = sizeof(struct bpf_idx_pair) * src->jmp_history_cnt;
jmp_history_cnt   722 kernel/bpf/verifier.c 	if (dst_state->jmp_history_cnt < src->jmp_history_cnt) {
jmp_history_cnt   729 kernel/bpf/verifier.c 	dst_state->jmp_history_cnt = src->jmp_history_cnt;
jmp_history_cnt  1407 kernel/bpf/verifier.c 	u32 cnt = cur->jmp_history_cnt;
jmp_history_cnt  1417 kernel/bpf/verifier.c 	cur->jmp_history_cnt = cnt;
jmp_history_cnt  1716 kernel/bpf/verifier.c 		u32 history = st->jmp_history_cnt;