Lines Matching refs:send_lock_up
7170 uint8_t send_lock_up = 0; in sctp_move_to_outqueue() local
7179 if (send_lock_up == 0) { in sctp_move_to_outqueue()
7181 send_lock_up = 1; in sctp_move_to_outqueue()
7194 if (send_lock_up) { in sctp_move_to_outqueue()
7196 send_lock_up = 0; in sctp_move_to_outqueue()
7214 send_lock_up); in sctp_move_to_outqueue()
7216 if ((TAILQ_NEXT(sp, next) == NULL) && (send_lock_up == 0)) { in sctp_move_to_outqueue()
7218 send_lock_up = 1; in sctp_move_to_outqueue()
7227 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); in sctp_move_to_outqueue()
7240 if (send_lock_up) { in sctp_move_to_outqueue()
7242 send_lock_up = 0; in sctp_move_to_outqueue()
7265 if (send_lock_up == 0) { in sctp_move_to_outqueue()
7267 send_lock_up = 1; in sctp_move_to_outqueue()
7323 if (send_lock_up == 0) { in sctp_move_to_outqueue()
7329 send_lock_up = 1; in sctp_move_to_outqueue()
7379 if ((sp->sender_all_done == 0) && (send_lock_up == 0)) { in sctp_move_to_outqueue()
7381 send_lock_up = 1; in sctp_move_to_outqueue()
7475 if (send_lock_up == 0) { in sctp_move_to_outqueue()
7477 send_lock_up = 1; in sctp_move_to_outqueue()
7615 send_lock_up); in sctp_move_to_outqueue()
7617 if ((send_lock_up == 0) && (TAILQ_NEXT(sp, next) == NULL)) { in sctp_move_to_outqueue()
7619 send_lock_up = 1; in sctp_move_to_outqueue()
7627 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); in sctp_move_to_outqueue()
7650 if (send_lock_up) { in sctp_move_to_outqueue()