Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dstream.c25 #define SCTP_STRRESET_MASK(type) \ macro
28 ((asoc)->strreset_outstanding & SCTP_STRRESET_MASK(type))
30 ((asoc)->strreset_outstanding |= SCTP_STRRESET_MASK(type))
32 ((asoc)->strreset_outstanding &= ~SCTP_STRRESET_MASK(type))