Searched refs:sctp_states (Results 1 – 3 of 3) sorted by relevance
25 extern const char *const sctp_states[SCTP_CONNTRACK_MAX];
55 sctp_states[ct->protoinfo.sctp.state] : in __snprintf_protoinfo_sctp()56 sctp_states[SCTP_CONNTRACK_NONE]); in __snprintf_protoinfo_sctp()65 sctp_states[ct->protoinfo.dccp.state] : in __snprintf_protoinfo_dccp()66 sctp_states[DCCP_CONNTRACK_NONE]); in __snprintf_protoinfo_dccp()
42 const char *const sctp_states[SCTP_CONNTRACK_MAX] = { variable