Home
last modified time | relevance | path

Searched defs:sctp_state (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dconstants.h163 enum sctp_state { enum
H A Dsctp.h521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro