Lines Matching refs:abort_flag

398 	int retval, abort_flag, cookie_found;  in sctp_process_init_ack()  local
403 abort_flag = 0; in sctp_process_init_ack()
408 &abort_flag, (struct sctp_chunkhdr *)cp, in sctp_process_init_ack()
410 if (abort_flag) { in sctp_process_init_ack()
833 sctp_check_data_from_peer(struct sctp_tcb *stcb, int *abort_flag) in sctp_check_data_from_peer() argument
840 *abort_flag = 0; in sctp_check_data_from_peer()
845 *abort_flag = 1; in sctp_check_data_from_peer()
847 if (!*abort_flag) { in sctp_check_data_from_peer()
852 *abort_flag = 1; in sctp_check_data_from_peer()
857 if (*abort_flag) { in sctp_check_data_from_peer()
866 struct sctp_tcb *stcb, struct sctp_nets *net, int *abort_flag) in sctp_handle_shutdown() argument
883 sctp_update_acked(stcb, cp, abort_flag); in sctp_handle_shutdown()
884 if (*abort_flag) { in sctp_handle_shutdown()
887 sctp_check_data_from_peer(stcb, abort_flag); in sctp_handle_shutdown()
888 if (*abort_flag) { in sctp_handle_shutdown()
947 int abort_flag; in sctp_handle_shutdown_ack() local
969 sctp_check_data_from_peer(stcb, &abort_flag); in sctp_handle_shutdown_ack()
970 if (abort_flag) { in sctp_handle_shutdown_ack()
3535 int abort_flag = 0; in sctp_handle_stream_reset_response() local
3550 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0); in sctp_handle_stream_reset_response()
3551 if (abort_flag) { in sctp_handle_stream_reset_response()
3669 int abort_flag = 0; in sctp_handle_str_reset_request_tsn() local
3682 sctp_handle_forward_tsn(stcb, &fwdtsn, &abort_flag, NULL, 0); in sctp_handle_str_reset_request_tsn()
3683 if (abort_flag) { in sctp_handle_str_reset_request_tsn()
4326 int abort_flag; in sctp_process_control() local
4816 abort_flag = 0; in sctp_process_control()
4818 stcb, *netp, &abort_flag); in sctp_process_control()
4819 if (abort_flag) { in sctp_process_control()
5104 abort_flag = 0; in sctp_process_control()
5106 (struct sctp_forward_tsn_chunk *)ch, &abort_flag, m, *offset); in sctp_process_control()
5107 if (abort_flag) { in sctp_process_control()