Lines Matching refs:sent
64 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
70 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
75 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue()
444 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) { in sctp_recover_sent_list()
576 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
646 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
678 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
712 } else if (chk->sent == SCTP_DATAGRAM_ACKED) { in sctp_mark_all_for_resend()
717 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
745 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
752 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
753 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
766 could_be_sent->sent = SCTP_DATAGRAM_RESEND; in sctp_mark_all_for_resend()
792 if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_mark_all_for_resend()
1099 if (cookie->sent != SCTP_DATAGRAM_RESEND) { in sctp_cookie_timer()
1102 cookie->sent = SCTP_DATAGRAM_RESEND; in sctp_cookie_timer()
1146 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_strreset_timer()
1147 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1165 if (strrst->sent != SCTP_DATAGRAM_RESEND) in sctp_strreset_timer()
1167 strrst->sent = SCTP_DATAGRAM_RESEND; in sctp_strreset_timer()
1232 if (chk->sent != SCTP_DATAGRAM_RESEND) { in sctp_asconf_timer()
1233 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1246 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT) in sctp_asconf_timer()
1248 chk->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()
1261 if (asconf->sent != SCTP_DATAGRAM_RESEND) in sctp_asconf_timer()
1263 asconf->sent = SCTP_DATAGRAM_RESEND; in sctp_asconf_timer()