Searched refs:sctp_subtype (Results 1 – 9 of 9) sorted by relevance
/linux/net/sctp/ |
A D | sm_statefuns.c | 73 const union sctp_subtype type, 80 const union sctp_subtype type, 87 const union sctp_subtype type, 94 const union sctp_subtype type, 119 const union sctp_subtype type, 127 const union sctp_subtype type, 135 const union sctp_subtype type, 143 const union sctp_subtype type, 155 const union sctp_subtype type, 701 const union sctp_subtype type, in sctp_sf_do_5_1D_ce() [all …]
|
A D | debug.c | 48 const char *sctp_cname(const union sctp_subtype cid) in sctp_cname() 127 const char *sctp_pname(const union sctp_subtype id) in sctp_pname() 140 const char *sctp_oname(const union sctp_subtype id) in sctp_oname() 163 const char *sctp_tname(const union sctp_subtype id) in sctp_tname()
|
A D | primitive.c | 41 enum sctp_event_type event_type; union sctp_subtype subtype; \
|
A D | sm_sideeffect.c | 41 union sctp_subtype subtype, 50 union sctp_subtype subtype, 647 union sctp_subtype subtype, in sctp_cmd_assoc_failed() 1141 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm() 1145 typedef const char *(printfn_t)(union sctp_subtype); in sctp_do_sm() 1178 union sctp_subtype subtype, in sctp_side_effects() 1264 union sctp_subtype subtype, in sctp_cmd_interpreter()
|
A D | endpointola.c | 331 union sctp_subtype subtype; in sctp_endpoint_bh_rcv()
|
A D | sm_statetable.c | 69 union sctp_subtype event_subtype) in sctp_sm_lookup_event()
|
A D | associola.c | 987 union sctp_subtype subtype; in sctp_assoc_bh_rcv()
|
/linux/include/net/sctp/ |
A D | constants.h | 116 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 D | sm.h | 57 const union sctp_subtype type, 164 union sctp_subtype event_subtype); 308 union sctp_subtype subtype, enum sctp_state state,
|
Completed in 25 milliseconds