Home
last modified time | relevance | path

Searched refs:sctp_subtype (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Ddebug.c48 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()
H A Dsm_statefuns.c73 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,
155 const union sctp_subtype type, void *arg,
227 const union sctp_subtype typ in sctp_sf_do_4_C()
[all...]
H A Dprimitive.c41 enum sctp_event_type event_type; union sctp_subtype subtype; \
H A Dsm_sideeffect.c41 union sctp_subtype subtype,
50 union sctp_subtype subtype,
619 union sctp_subtype subtype, in sctp_cmd_assoc_failed()
1135 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1139 typedef const char *(printfn_t)(union sctp_subtype); in sctp_do_sm()
1172 union sctp_subtype subtype, in sctp_side_effects()
1261 union sctp_subtype subtype, in sctp_cmd_interpreter()
H A Dendpointola.c331 union sctp_subtype subtype; in sctp_endpoint_bh_rcv()
H A Dsm_statetable.c69 union sctp_subtype event_subtype) in sctp_sm_lookup_event()
H A Dassociola.c976 union sctp_subtype subtype; in sctp_assoc_bh_rcv()
/kernel/linux/linux-6.6/net/sctp/
H A Ddebug.c48 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()
H A Dsm_statefuns.c73 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,
162 const union sctp_subtype typ
[all...]
H A Dprimitive.c41 enum sctp_event_type event_type; union sctp_subtype subtype; \
H A Dsm_sideeffect.c41 union sctp_subtype subtype,
50 union sctp_subtype subtype,
651 union sctp_subtype subtype, in sctp_cmd_assoc_failed()
1144 union sctp_subtype subtype, enum sctp_state state, in sctp_do_sm()
1148 typedef const char *(printfn_t)(union sctp_subtype); in sctp_do_sm()
1181 union sctp_subtype subtype, in sctp_side_effects()
1270 union sctp_subtype subtype, in sctp_cmd_interpreter()
H A Dendpointola.c336 union sctp_subtype subtype; in sctp_endpoint_bh_rcv()
H A Dsm_statetable.c69 union sctp_subtype event_subtype) in sctp_sm_lookup_event()
H A Dassociola.c984 union sctp_subtype subtype; in sctp_assoc_bh_rcv()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dconstants.h112 * union sctp_subtype foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
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 */
H A Dsm.h57 const union sctp_subtype type,
163 union sctp_subtype event_subtype);
302 union sctp_subtype subtype, enum sctp_state state,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dconstants.h113 * union sctp_subtype foo = SCTP_ST_CHUNK(SCTP_CID_INIT);
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 */
H A Dsm.h57 const union sctp_subtype type,
163 union sctp_subtype event_subtype);
305 union sctp_subtype subtype, enum sctp_state state,

Completed in 21 milliseconds