Searched refs:sctp_subtype (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | debug.c | 63 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()
|
D | sm_statefuns.c | 88 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 …]
|
D | primitive.c | 56 enum sctp_event event_type; union sctp_subtype subtype; \
|
D | sm_sideeffect.c | 56 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()
|
D | endpointola.c | 385 union sctp_subtype subtype; in sctp_endpoint_bh_rcv()
|
D | sm_statetable.c | 84 union sctp_subtype event_subtype) in sctp_sm_lookup_event()
|
D | associola.c | 1000 union sctp_subtype subtype; in sctp_assoc_bh_rcv()
|
/Linux-v4.19/include/net/sctp/ |
D | constants.h | 130 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 */
|
D | sm.h | 72 const union sctp_subtype type, 178 union sctp_subtype event_subtype); 317 union sctp_subtype subtype, enum sctp_state state,
|