Home | History | Annotate | Download | only in netinet

Lines Matching refs:sent

197 		 * the app did accept()'s by the time the COOKIE was sent. But
254 * has been sent but left at top of stream queue.
669 SCTPDBG(SCTP_DEBUG_INPUT1, "Huh? I can't find the address I sent it to, discard\n");
894 * been sent.
984 * SHUTDOWN-ACK-SENT.
999 /* move to SHUTDOWN-ACK-SENT state */
1420 * The primary is where we sent the INIT, we can
1461 * cause the cookie to be sent
1610 * INIT was sent but got a COOKIE_ECHO with the
1764 * first sent our INIT-ACK and when we later sent
1809 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1810 chk->sent = SCTP_DATAGRAM_RESEND;
2384 * the INIT was sent, but before it got there.. a complete
2433 * check the address lists for any ASCONFs that need to be sent
2434 * AFTER the cookie-ack is sent
2672 * and a INIT collided with us and somewhere the peer sent the
2799 * Ok, we built an association so confirm the address we sent the
3166 /* Find where it was sent to if possible. */
3388 if ((tp1) && (tp1->sent < SCTP_DATAGRAM_ACKED)) {
3430 if (tp1->sent != SCTP_DATAGRAM_RESEND)
3462 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
3466 tp1->sent = SCTP_DATAGRAM_RESEND;
3473 if (tp1->sent == SCTP_DATAGRAM_RESEND)
3478 if (tp1->sent == SCTP_DATAGRAM_RESEND)
3502 if (asconf->sent != SCTP_DATAGRAM_RESEND)
3504 asconf->sent = SCTP_DATAGRAM_RESEND;
3552 if (cookie->sent != SCTP_DATAGRAM_RESEND)
3554 cookie->sent = SCTP_DATAGRAM_RESEND;
3885 /* Can't do it, since we have sent one out */
4231 chk->sent = SCTP_DATAGRAM_UNSENT;
4982 * If we have sent a shutdown-ack, we will pay no
4983 * attention to a sack sent in to us since
5013 * data on sent queue to be acked.. Use the faster
5062 * If we have sent a shutdown-ack, we will pay no
5063 * attention to a sack sent in to us since
5094 * prior segments and data on sent
6024 * We consider OOTB any data sent during asoc setup.