Lines Matching refs:asoc

56 					const struct sctp_association *asoc,
173 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
176 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
179 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
181 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
183 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
186 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
188 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
191 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
194 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
196 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
197 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
199 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
202 const struct sctp_association *asoc,
205 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
208 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
211 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
214 const struct sctp_association *asoc,
219 const struct sctp_association *asoc,
223 const struct sctp_association *asoc,
226 const struct sctp_association *asoc,
228 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
231 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
235 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len);
236 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
241 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
245 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
247 bool sctp_verify_asconf(const struct sctp_association *asoc,
250 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
252 int sctp_process_asconf_ack(struct sctp_association *asoc,
254 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
257 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
259 struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
263 const struct sctp_association *asoc);
265 const struct sctp_association *asoc,
267 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
269 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
273 bool sctp_verify_reconf(const struct sctp_association *asoc,
281 struct sctp_association *asoc,
285 struct sctp_association *asoc,
289 struct sctp_association *asoc,
293 struct sctp_association *asoc,
297 struct sctp_association *asoc,
301 struct sctp_association *asoc,
309 struct sctp_endpoint *ep, struct sctp_association *asoc,
323 const struct sctp_association *asoc,
342 size -= sctp_datachk_len(&chunk->asoc->stream); in sctp_data_size()
379 const struct sctp_association *asoc) in sctp_vtag_verify() argument
387 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag) in sctp_vtag_verify()
399 const struct sctp_association *asoc) in sctp_vtag_verify_either() argument
423 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
424 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
425 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()