Lines Matching defs:asoc

56 					const struct sctp_association *asoc,
170 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc,
173 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
176 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc,
178 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc,
180 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc,
183 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc,
185 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc,
188 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc,
191 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc,
193 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc);
194 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc,
196 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc,
199 const struct sctp_association *asoc,
202 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc,
205 struct sctp_chunk *sctp_make_abort_no_data(const struct sctp_association *asoc,
208 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc,
211 const struct sctp_association *asoc,
216 const struct sctp_association *asoc,
220 const struct sctp_association *asoc,
223 const struct sctp_association *asoc,
225 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc,
228 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc,
232 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len);
233 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc,
238 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc,
242 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc,
244 bool sctp_verify_asconf(const struct sctp_association *asoc,
247 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc,
249 int sctp_process_asconf_ack(struct sctp_association *asoc,
251 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc,
254 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc,
256 struct sctp_chunk *sctp_make_strreset_req(const struct sctp_association *asoc,
260 const struct sctp_association *asoc);
262 const struct sctp_association *asoc,
264 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc,
266 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc,
270 bool sctp_verify_reconf(const struct sctp_association *asoc,
278 struct sctp_association *asoc,
282 struct sctp_association *asoc,
286 struct sctp_association *asoc,
290 struct sctp_association *asoc,
294 struct sctp_association *asoc,
298 struct sctp_association *asoc,
306 struct sctp_endpoint *ep, struct sctp_association *asoc,
320 const struct sctp_association *asoc,
339 size -= sctp_datachk_len(&chunk->asoc->stream);
376 const struct sctp_association *asoc)
384 if (ntohl(chunk->sctp_hdr->vtag) != asoc->c.my_vtag)
396 const struct sctp_association *asoc)
420 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) ||
421 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag &&
422 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) {