Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c7491 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_move_to_outqueue()
8931 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_queue_op_err()
9021 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_cookie_echo()
9077 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_heartbeat_ack()
9114 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_cookie_ack()
9159 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_shutdown_ack()
9280 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_asconf()
10285 chk->sent = SCTP_DATAGRAM_UNSENT; in send_forward_tsn()
11302 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_hb()
11412 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_send_ecn_echo()
[all …]
H A Dsctp_constants.h347 #define SCTP_DATAGRAM_UNSENT 0 macro
H A Dsctp_indata.c2985 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { in sctp_process_segment_range()
3296 if (tp1->sent == SCTP_DATAGRAM_UNSENT) in sctp_check_for_revoked()
3349 tp1->sent == SCTP_DATAGRAM_UNSENT) { in sctp_strike_gap_ack_chunks()
4022 if (tp1->sent == SCTP_DATAGRAM_UNSENT) { in sctp_express_handle_sack()
4603 if (tp1->sent != SCTP_DATAGRAM_UNSENT) { in sctp_handle_sack()
H A Dsctp_timer.c1251 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT) in sctp_asconf_timer()
H A Dsctp_input.c4045 chk->sent = SCTP_DATAGRAM_UNSENT; in sctp_handle_stream_reset()
/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h347 #define SCTP_DATAGRAM_UNSENT 0 macro