Lines Matching refs:asoc
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,
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,
393 const struct sctp_association *asoc) in sctp_vtag_verify() argument
401 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
412 const struct sctp_association *asoc) in sctp_vtag_verify_either() argument
436 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
437 (sctp_test_T_bit(chunk) && asoc->c.peer_vtag && in sctp_vtag_verify_either()
438 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()