Home
last modified time | relevance | path

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

/Linux-v5.15/net/sctp/
Dstream.c283 if (asoc->strreset_outstanding) { in sctp_send_reset_streams()
376 asoc->strreset_outstanding = out + in; in sctp_send_reset_streams()
393 if (asoc->strreset_outstanding) in sctp_send_reset_assoc()
421 asoc->strreset_outstanding = 1; in sctp_send_reset_assoc()
441 if (asoc->strreset_outstanding) { in sctp_send_add_streams()
478 asoc->strreset_outstanding = !!out + !!in; in sctp_send_add_streams()
574 asoc->strreset_outstanding--; in sctp_process_strreset_outreq()
577 if (!asoc->strreset_outstanding) { in sctp_process_strreset_outreq()
637 if (asoc->strreset_outstanding) { in sctp_process_strreset_inreq()
670 asoc->strreset_outstanding = 1; in sctp_process_strreset_inreq()
[all …]
/Linux-v5.15/include/net/sctp/
Dstructs.h2090 __u8 strreset_outstanding; /* request param count on the fly */ member