Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/sctp/
Dconstants.h130 union sctp_subtype { union
138 static inline union sctp_subtype \
140 { union sctp_subtype _retval; _retval._elt = _arg; return _retval; }
224 const char *sctp_cname(const union sctp_subtype id); /* chunk types */
225 const char *sctp_oname(const union sctp_subtype id); /* other events */
226 const char *sctp_tname(const union sctp_subtype id); /* timeouts */
227 const char *sctp_pname(const union sctp_subtype id); /* primitives */
Dsm.h72 const union sctp_subtype type,
178 union sctp_subtype event_subtype);
317 union sctp_subtype subtype, enum sctp_state state,