Searched refs:__sctp_state (Results 1 – 1 of 1) sorted by relevance
521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state))522 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state() function