Searched refs:sctp_subtype (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/net/sctp/ | 
| D | constants.h | 115 union sctp_subtype {  union 123 static inline union sctp_subtype	\ 125 { union sctp_subtype _retval; _retval._elt = _arg; return _retval; } 204 const char *sctp_cname(const union sctp_subtype id);	/* chunk types */ 205 const char *sctp_oname(const union sctp_subtype id);	/* other events */ 206 const char *sctp_tname(const union sctp_subtype id);	/* timeouts */ 207 const char *sctp_pname(const union sctp_subtype id);	/* primitives */
  | 
| D | sm.h | 57 					const union sctp_subtype type, 163 					union sctp_subtype event_subtype); 302 	       union sctp_subtype subtype, enum sctp_state state,
  | 
| /Linux-v5.4/net/sctp/ | 
| 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() 162 const char *sctp_tname(const union sctp_subtype id)  in sctp_tname()
  | 
| D | sm_statefuns.c | 73 					const union sctp_subtype type, 80 					const union sctp_subtype type, 87 					const union sctp_subtype type, 112 					const union sctp_subtype type, 120 					const union sctp_subtype type, 128 					const union sctp_subtype type, 136 					const union sctp_subtype type, 148 					const union sctp_subtype type, 211 				     const union sctp_subtype type,  in sctp_sf_do_4_C() 296 					   const union sctp_subtype type,  in sctp_sf_do_5_1B_init() [all …] 
 | 
| D | primitive.c | 41 	enum sctp_event_type event_type; union sctp_subtype subtype; \
  | 
| D | sm_sideeffect.c | 41 				union sctp_subtype subtype, 50 			     union sctp_subtype subtype, 612 				  union sctp_subtype subtype,  in sctp_cmd_assoc_failed() 1130 	       union sctp_subtype subtype, enum sctp_state state,  in sctp_do_sm() 1134 	typedef const char *(printfn_t)(union sctp_subtype);  in sctp_do_sm() 1167 			     union sctp_subtype subtype,  in sctp_side_effects() 1253 				union sctp_subtype subtype,  in sctp_cmd_interpreter()
  | 
| D | endpointola.c | 323 	union sctp_subtype subtype;  in sctp_endpoint_bh_rcv()
  | 
| D | sm_statetable.c | 69 					union sctp_subtype event_subtype)  in sctp_sm_lookup_event()
  | 
| D | associola.c | 981 	union sctp_subtype subtype;  in sctp_assoc_bh_rcv()
  |