Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dstream.c344 if (asoc->strreset_outstanding) { in sctp_send_reset_streams()
436 asoc->strreset_outstanding = out + in; in sctp_send_reset_streams()
453 if (asoc->strreset_outstanding) in sctp_send_reset_assoc()
481 asoc->strreset_outstanding = 1; in sctp_send_reset_assoc()
501 if (asoc->strreset_outstanding) { in sctp_send_add_streams()
541 asoc->strreset_outstanding = !!out + !!in; in sctp_send_add_streams()
628 asoc->strreset_outstanding--; in sctp_process_strreset_outreq()
631 if (!asoc->strreset_outstanding) { in sctp_process_strreset_outreq()
704 if (asoc->strreset_outstanding) { in sctp_process_strreset_inreq()
737 asoc->strreset_outstanding = 1; in sctp_process_strreset_inreq()
[all …]
/Linux-v4.19/include/net/sctp/
Dstructs.h2064 __u8 strreset_outstanding; /* request param count on the fly */ member