Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c104 if (with_strq != NULL) { in sctp_ss_default_init_stream()
105 if (stcb->asoc.ss_data.locked_on_sending == with_strq) { in sctp_ss_default_init_stream()
108 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_default_init_stream()
423 if (with_strq != NULL) { in sctp_ss_prio_init_stream()
427 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_prio_init_stream()
433 if (with_strq != NULL) { in sctp_ss_prio_init_stream()
616 if (with_strq != NULL) { in sctp_ss_fb_init_stream()
620 if (stcb->asoc.ss_data.last_out_stream == with_strq) { in sctp_ss_fb_init_stream()
626 if (with_strq != NULL) { in sctp_ss_fb_init_stream()
836 if (with_strq != NULL) { in sctp_ss_fcfs_init_stream()
[all …]
H A Dsctp_structs.h736 …t_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);