Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Ddebug.c63 const char *sctp_cname(const union sctp_subtype cid) in sctp_cname()
142 const char *sctp_pname(const union sctp_subtype id) in sctp_pname()
155 const char *sctp_oname(const union sctp_subtype id) in sctp_oname()
177 const char *sctp_tname(const union sctp_subtype id) in sctp_tname()
Dsm_statefuns.c88 const union sctp_subtype type,
95 const union sctp_subtype type,
102 const union sctp_subtype type,
127 const union sctp_subtype type,
135 const union sctp_subtype type,
143 const union sctp_subtype type,
151 const union sctp_subtype type,
163 const union sctp_subtype type,
226 const union sctp_subtype type, in sctp_sf_do_4_C()
311 const union sctp_subtype type, in sctp_sf_do_5_1B_init()
[all …]
Dprimitive.c56 enum sctp_event event_type; union sctp_subtype subtype; \
Dsm_sideeffect.c56 union sctp_subtype subtype,
65 union sctp_subtype subtype,
627 union sctp_subtype subtype, in sctp_cmd_assoc_failed()
1166 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1170 typedef const char *(printfn_t)(union sctp_subtype); in sctp_do_sm()
1203 union sctp_subtype subtype, in sctp_side_effects()
1289 union sctp_subtype subtype, in sctp_cmd_interpreter()
Dendpointola.c385 union sctp_subtype subtype; in sctp_endpoint_bh_rcv()
Dsm_statetable.c84 union sctp_subtype event_subtype) in sctp_sm_lookup_event()
Dassociola.c1000 union sctp_subtype subtype; in sctp_assoc_bh_rcv()
/Linux-v4.19/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,