Lines Matching refs:sent
69 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
75 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
80 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
451 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) { in sctp_recover_sent_list()
581 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
651 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
683 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
717 } else if (chk->sent == SCTP_DATAGRAM_ACKED) { in sctp_mark_all_for_resend()
722 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
750 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
757 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
758 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
771 could_be_sent->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
797 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
1104 if (cookie->sent != SCTP_DATAGRAM_RESEND) { in sctp_cookie_timer()
1107 cookie->sent = SCTP_DATAGRAM_RESEND; in sctp_cookie_timer()
1151 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_strreset_timer()
1152 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1170 if (strrst->sent != SCTP_DATAGRAM_RESEND) in sctp_strreset_timer()
1172 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1237 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_asconf_timer()
1238 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1251 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT) in sctp_asconf_timer()
1253 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1266 if (asconf->sent != SCTP_DATAGRAM_RESEND) in sctp_asconf_timer()
1268 asconf->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()