Searched refs:SCTP_DATAGRAM_UNSENT (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dsctp_output.c6173 if (chk->sent > SCTP_DATAGRAM_UNSENT)
7494 chk->sent = SCTP_DATAGRAM_UNSENT;
7740 chk->sent = SCTP_DATAGRAM_UNSENT;
8069 if (chk->sent != SCTP_DATAGRAM_UNSENT &&
8290 if (chk->sent != SCTP_DATAGRAM_UNSENT) {
8716 if (chk->sent == SCTP_DATAGRAM_UNSENT) {
8936 chk->sent = SCTP_DATAGRAM_UNSENT;
9026 chk->sent = SCTP_DATAGRAM_UNSENT;
9082 chk->sent = SCTP_DATAGRAM_UNSENT;
9119 chk->sent = SCTP_DATAGRAM_UNSENT;
[all...]
H A Dsctp_constants.h351 #define SCTP_DATAGRAM_UNSENT 0 macro
H A Dsctp_indata.c2998 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
3311 if (tp1->sent == SCTP_DATAGRAM_UNSENT)
3365 tp1->sent == SCTP_DATAGRAM_UNSENT) {
4041 if (tp1->sent == SCTP_DATAGRAM_UNSENT) {
4623 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
H A Dsctp_timer.c1243 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT)
H A Dsctp_input.c4060 chk->sent = SCTP_DATAGRAM_UNSENT;

Completed in 151 milliseconds