Lines Matching refs:asoc

71 					const struct sctp_association *asoc,
187 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
190 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
193 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
195 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
197 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
200 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
202 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
205 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
208 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
210 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
211 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
213 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
216 const struct sctp_association *asoc,
219 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
222 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
225 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
228 const struct sctp_association *asoc,
233 const struct sctp_association *asoc,
237 const struct sctp_association *asoc,
239 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
241 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
245 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
250 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
254 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
256 bool sctp_verify_asconf(const struct sctp_association *asoc,
259 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
261 int sctp_process_asconf_ack(struct sctp_association *asoc,
263 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
266 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
268 struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
272 const struct sctp_association *asoc);
274 const struct sctp_association *asoc,
276 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
278 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
282 bool sctp_verify_reconf(const struct sctp_association *asoc,
290 struct sctp_association *asoc,
294 struct sctp_association *asoc,
298 struct sctp_association *asoc,
302 struct sctp_association *asoc,
306 struct sctp_association *asoc,
310 struct sctp_association *asoc,
318 struct sctp_endpoint *ep, struct sctp_association *asoc,
331 const struct sctp_association *asoc,
350 size -= sctp_datachk_len(&chunk->asoc->stream); in sctp_data_size()
387 const struct sctp_association *asoc) in sctp_vtag_verify() argument
395 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
406 const struct sctp_association *asoc) in sctp_vtag_verify_either() argument
430 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
431 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
432 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()