Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dstream.c271 if (asoc->strreset_outstanding) { in sctp_send_reset_streams()
364 asoc->strreset_outstanding = out + in; in sctp_send_reset_streams()
381 if (asoc->strreset_outstanding) in sctp_send_reset_assoc()
409 asoc->strreset_outstanding = 1; in sctp_send_reset_assoc()
429 if (asoc->strreset_outstanding) { in sctp_send_add_streams()
466 asoc->strreset_outstanding = !!out + !!in; in sctp_send_add_streams()
562 asoc->strreset_outstanding--; in sctp_process_strreset_outreq()
565 if (!asoc->strreset_outstanding) { in sctp_process_strreset_outreq()
625 if (asoc->strreset_outstanding) { in sctp_process_strreset_inreq()
658 asoc->strreset_outstanding = 1; in sctp_process_strreset_inreq()
[all …]
/Linux-v5.4/include/net/sctp/
Dstructs.h2059 __u8 strreset_outstanding; /* request param count on the fly */ member