Home
last modified time | relevance | path

Searched refs:ss_data (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()
57 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_init()
58 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init()
78 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear()
81 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear()
83 TAILQ_REMOVE(&asoc->ss_data.out.wheel, strq, ss_params.ss.rr.next_spoke); in sctp_ss_default_clear()
86 asoc->ss_data.last_out_stream = NULL; in sctp_ss_default_clear()
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()
99 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_default_init_stream()
[all …]
H A Dsctp_structs.h833 struct scheduling_data ss_data; member