Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dconstants.h164 enum sctp_state { enum
H A Dsctp.h519 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro