Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dsctp_structs.h544 uint8_t msg_is_complete; member
H A Dsctp_output.c6456 sp->msg_is_complete = 1; in sctp_msg_append()
7268 if ((sp->msg_is_complete) && (sp->length == 0)) { in sctp_move_to_outqueue()
7280 sp->msg_is_complete, in sctp_move_to_outqueue()
7340 if (sp->msg_is_complete) { in sctp_move_to_outqueue()
7660 if (sp->msg_is_complete && (sp->length == 0) && (sp->sender_all_done)) { in sctp_move_to_outqueue()
7667 sp->msg_is_complete, in sctp_move_to_outqueue()
12472 sp->msg_is_complete = 1; in sctp_copy_it_in()
12474 sp->msg_is_complete = 0; in sctp_copy_it_in()
13234 if (sp->msg_is_complete) { in sctp_lower_sosend()
13350 sp->msg_is_complete = 1; in sctp_lower_sosend()
[all …]
H A Dsctp_ss_functions.c295 return (sp->msg_is_complete == 0); in sctp_ss_default_is_user_msgs_incomplete()
H A Dsctp_timer.c1374 if (sp->msg_is_complete) in sctp_audit_stream_queues_for_size()
H A Dsctp_input.c196 if ((sp->msg_is_complete) && in sctp_is_there_unsent_data()
209 sp->msg_is_complete, in sctp_is_there_unsent_data()