Home
last modified time | relevance | path

Searched refs:SCTP_DATAGRAM_ACKED (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_indata.c3261 if (tp1->sent == SCTP_DATAGRAM_ACKED) { in sctp_check_for_revoked()
3293 tp1->sent = SCTP_DATAGRAM_ACKED; in sctp_check_for_revoked()
3354 if ((PR_SCTP_TTL_ENABLED(tp1->flags)) && tp1->sent < SCTP_DATAGRAM_ACKED) { in sctp_strike_gap_ack_chunks()
3864 } else if (chk->sent < SCTP_DATAGRAM_ACKED) { in sctp_fs_audit()
3866 } else if (chk->sent > SCTP_DATAGRAM_ACKED) { in sctp_fs_audit()
3894 if ((tp1->sent >= SCTP_DATAGRAM_ACKED) || (tp1->data == NULL)) { in sctp_window_probe_recovery()
4025 if (tp1->sent < SCTP_DATAGRAM_ACKED) { in sctp_express_handle_sack()
4605 if (tp1->sent < SCTP_DATAGRAM_ACKED) { in sctp_handle_sack()
4710 tp1->sent = SCTP_DATAGRAM_ACKED; in sctp_handle_sack()
4861 if (tp1->sent == SCTP_DATAGRAM_ACKED) { in sctp_handle_sack()
H A Dsctp_constants.h354 #define SCTP_DATAGRAM_ACKED 10010 macro
H A Dsctp_timer.c581 if ((chk->whoTo == net) && (chk->sent < SCTP_DATAGRAM_ACKED)) { in sctp_mark_all_for_resend()
717 } else if (chk->sent == SCTP_DATAGRAM_ACKED) { in sctp_mark_all_for_resend()
H A Dsctp_input.c3132 if ((tp1) && (tp1->sent < SCTP_DATAGRAM_ACKED)) { in process_chunk_drop()
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h354 #define SCTP_DATAGRAM_ACKED 10010 macro