Searched refs:strreset_outstanding (Results 1 – 2 of 2) sorted by relevance
28 ((asoc)->strreset_outstanding & SCTP_STRRESET_MASK(type))30 ((asoc)->strreset_outstanding |= SCTP_STRRESET_MASK(type))32 ((asoc)->strreset_outstanding &= ~SCTP_STRRESET_MASK(type))290 if (asoc->strreset_outstanding) { in sctp_send_reset_streams()404 if (asoc->strreset_outstanding) in sctp_send_reset_assoc()452 if (asoc->strreset_outstanding) { in sctp_send_add_streams()592 if (!asoc->strreset_outstanding) { in sctp_process_strreset_outreq()652 if (asoc->strreset_outstanding) { in sctp_process_strreset_inreq()740 if (asoc->strreset_outstanding) { in sctp_process_strreset_tsnreq()845 if (!asoc->strreset_outstanding) { in sctp_process_strreset_addstrm_out()[all …]
2060 __u8 strreset_outstanding; /* request param bitmask on the fly */ member