Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/sctp/
Dsctp.h674 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state))
675 static inline int __sctp_state(const struct sctp_association *asoc, in __sctp_state() function