• Home
  • Raw
  • Download

Lines Matching refs:sctp_association

56 					const struct sctp_association *asoc,
165 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
172 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
175 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
178 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
180 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
182 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
185 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
187 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
190 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
193 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
195 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
196 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
198 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
201 const struct sctp_association *asoc,
204 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
207 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
210 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
213 const struct sctp_association *asoc,
218 const struct sctp_association *asoc,
222 const struct sctp_association *asoc,
224 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
226 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
230 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
235 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
239 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
241 bool sctp_verify_asconf(const struct sctp_association *asoc,
244 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
246 int sctp_process_asconf_ack(struct sctp_association *asoc,
248 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
251 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
253 struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
257 const struct sctp_association *asoc);
259 const struct sctp_association *asoc,
261 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
263 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
267 bool sctp_verify_reconf(const struct sctp_association *asoc,
275 struct sctp_association *asoc,
279 struct sctp_association *asoc,
283 struct sctp_association *asoc,
287 struct sctp_association *asoc,
291 struct sctp_association *asoc,
295 struct sctp_association *asoc,
303 struct sctp_endpoint *ep, struct sctp_association *asoc,
314 struct sctp_association *sctp_unpack_cookie(
316 const struct sctp_association *asoc,
372 const struct sctp_association *asoc) in sctp_vtag_verify()
391 const struct sctp_association *asoc) in sctp_vtag_verify_either()