Searched refs:locked_on_sending (Results 1 – 2 of 2) sorted by relevance
56 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_init()96 if (stcb->asoc.ss_data.locked_on_sending == with_strq) { in sctp_ss_default_init_stream()97 stcb->asoc.ss_data.locked_on_sending = strq; in sctp_ss_default_init_stream()155 if (asoc->ss_data.locked_on_sending == strq) { in sctp_ss_default_remove()156 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_remove()172 if (asoc->ss_data.locked_on_sending != NULL) { in sctp_ss_default_select()173 KASSERT(asoc->ss_data.locked_on_sending->ss_params.scheduled, in sctp_ss_default_select()175 (void *)asoc->ss_data.locked_on_sending)); in sctp_ss_default_select()176 return (asoc->ss_data.locked_on_sending); in sctp_ss_default_select()236 asoc->ss_data.locked_on_sending = strq; in sctp_ss_default_scheduled()[all …]
575 struct sctp_stream_out *locked_on_sending; member