Lines Matching defs:asoc
56 const struct sctp_association *asoc,
169 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
172 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
175 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
177 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
179 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
182 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
184 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
187 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
190 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
192 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
193 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
195 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
198 const struct sctp_association *asoc,
201 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
204 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
207 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
210 const struct sctp_association *asoc,
215 const struct sctp_association *asoc,
219 const struct sctp_association *asoc,
222 const struct sctp_association *asoc,
224 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
227 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
231 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len);
232 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
237 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
241 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
243 bool sctp_verify_asconf(const struct sctp_association *asoc,
246 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
248 int sctp_process_asconf_ack(struct sctp_association *asoc,
250 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
253 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
255 struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
259 const struct sctp_association *asoc);
261 const struct sctp_association *asoc,
263 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
265 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
269 bool sctp_verify_reconf(const struct sctp_association *asoc,
277 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,
305 struct sctp_endpoint *ep, struct sctp_association *asoc,
319 const struct sctp_association *asoc,
338 size -= sctp_datachk_len(&chunk->asoc->stream);
375 const struct sctp_association *asoc)
383 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag)
395 const struct sctp_association *asoc)
419 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) ||
420 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag &&
421 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) {