Lines Matching refs:push
553 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_verify_data() local
574 if (push > 0 && in msg_verify_data()
575 check_cnt == verify_push_start + verify_push_len - push) { in msg_verify_data()
578 skipped = push; in msg_verify_data()
579 if (j + push >= msg->msg_iov[i].iov_len) in msg_verify_data()
581 push -= skipped; in msg_verify_data()
597 push = verify_push_len; in msg_verify_data()
600 if (push > 0 && in msg_verify_data()
601 check_cnt == verify_push_start + verify_push_len - push) in msg_verify_data()
617 push = verify_push_len; in msg_verify_data()
625 *push_p = push; in msg_verify_data()
685 int push = 0; in msg_loop() local
713 push = verify_push_len; in msg_loop()
791 &check_cnt, &push); in msg_loop()
803 &push); in msg_loop()