Home
last modified time | relevance | path

Searched refs:SCTP_DATAGRAM_UNSENT (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/netinet/
H A Dsctp_output.c6019 chk->sent = SCTP_DATAGRAM_UNSENT;
6113 chk->sent = SCTP_DATAGRAM_UNSENT;
6183 chk->sent = SCTP_DATAGRAM_UNSENT;
6219 chk->sent = SCTP_DATAGRAM_UNSENT;
6268 chk->sent = SCTP_DATAGRAM_UNSENT;
6313 chk->sent = SCTP_DATAGRAM_UNSENT;
6366 chk->sent = SCTP_DATAGRAM_UNSENT;
6450 chk->sent = SCTP_DATAGRAM_UNSENT;
7548 chk->sent = SCTP_DATAGRAM_UNSENT;
8349 chk->sent = SCTP_DATAGRAM_UNSENT;
[all …]
H A Dsctp_constants.h180 #define SCTP_DATAGRAM_UNSENT 0 macro
H A Dsctp_indata.c2783 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { in sctp_handle_segments()
2825 tp1->sent != SCTP_DATAGRAM_UNSENT && in sctp_handle_segments()
2905 if (tp1->sent == SCTP_DATAGRAM_UNSENT) in sctp_check_for_revoked()
2971 tp1->sent == SCTP_DATAGRAM_UNSENT) { in sctp_strike_gap_ack_chunks()
3663 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { in sctp_handle_sack()
3817 if (tp1->sent == SCTP_DATAGRAM_UNSENT) { in sctp_handle_sack()