Home
last modified time | relevance | path

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

/include/net/sctp/
A Dconstants.h116 union sctp_subtype { union
124 static inline union sctp_subtype \
126 { union sctp_subtype _retval; _retval._elt = _arg; return _retval; }
222 const char *sctp_cname(const union sctp_subtype id); /* chunk types */
223 const char *sctp_oname(const union sctp_subtype id); /* other events */
224 const char *sctp_tname(const union sctp_subtype id); /* timeouts */
225 const char *sctp_pname(const union sctp_subtype id); /* primitives */
A Dsm.h57 const union sctp_subtype type,
163 union sctp_subtype event_subtype);
304 union sctp_subtype subtype, enum sctp_state state,

Completed in 12 milliseconds