Lines Matching refs:sctp_association

75 					      const struct sctp_association *,
180 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *,
187 struct sctp_chunk *sctp_make_init(const struct sctp_association *,
190 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *,
194 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *,
196 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *,
198 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *,
201 struct sctp_chunk * sctp_make_datafrag_empty(struct sctp_association *,
205 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *,
207 struct sctp_chunk *sctp_make_sack(const struct sctp_association *);
208 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
210 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
212 struct sctp_chunk *sctp_make_shutdown_complete(const struct sctp_association *,
215 struct sctp_chunk *sctp_make_abort(const struct sctp_association *,
218 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *,
221 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *,
223 struct sctp_chunk *sctp_make_abort_violation(const struct sctp_association *,
227 struct sctp_chunk *sctp_make_violation_paramlen(const struct sctp_association *,
230 struct sctp_chunk *sctp_make_violation_max_retrans(const struct sctp_association *,
232 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *,
234 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *,
238 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *,
245 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *,
249 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
251 bool sctp_verify_asconf(const struct sctp_association *asoc,
254 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
256 int sctp_process_asconf_ack(struct sctp_association *asoc,
258 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
261 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc);
271 struct sctp_association *asoc,
282 struct sctp_association *sctp_unpack_cookie(const struct sctp_endpoint *,
283 const struct sctp_association *,
287 int sctp_addip_addr_config(struct sctp_association *, sctp_param_t,
393 const struct sctp_association *asoc) in sctp_vtag_verify()
412 const struct sctp_association *asoc) in sctp_vtag_verify_either()