Home
last modified time | relevance | path

Searched refs:locked_on_sending (Results 1 – 2 of 2) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_ss_functions.c65 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_init()
111 if (stcb->asoc.ss_data.locked_on_sending == with_strq) { in sctp_ss_default_init_stream()
112 stcb->asoc.ss_data.locked_on_sending = strq; in sctp_ss_default_init_stream()
195 if (asoc->ss_data.locked_on_sending) { in sctp_ss_default_select()
196 return (asoc->ss_data.locked_on_sending); in sctp_ss_default_select()
250 stcb->asoc.ss_data.locked_on_sending = strq; in sctp_ss_default_scheduled()
252 stcb->asoc.ss_data.locked_on_sending = NULL; in sctp_ss_default_scheduled()
255 stcb->asoc.ss_data.locked_on_sending = NULL; in sctp_ss_default_scheduled()
293 strq = asoc->ss_data.locked_on_sending; in sctp_ss_default_is_user_msgs_incomplete()
434 if (stcb->asoc.ss_data.locked_on_sending == with_strq) { in sctp_ss_prio_init_stream()
[all …]
Dsctp_structs.h637 struct sctp_stream_out *locked_on_sending; member