Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_ss_functions.c56 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_init()
156 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_remove()
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()
238 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_scheduled()
241 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_default_scheduled()
287 strq = asoc->ss_data.locked_on_sending; in sctp_ss_default_is_user_msgs_incomplete()
493 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_prio_remove()
742 asoc->ss_data.locked_on_sending = NULL; in sctp_ss_fb_scheduled()
881 if (asoc->ss_data.locked_on_sending) { in sctp_ss_fcfs_select()
[all …]
H A Dsctp_structs.h575 struct sctp_stream_out *locked_on_sending; member