Lines Matching refs:sctp_association
49 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
52 static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc,
54 static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc,
59 const struct sctp_association *asoc,
63 static int sctp_process_param(struct sctp_association *asoc,
77 struct sctp_association *asoc = chunk->asoc; in sctp_control_release_owner()
99 struct sctp_association *asoc = chunk->asoc; in sctp_control_set_owner_w()
206 struct sctp_chunk *sctp_make_init(const struct sctp_association *asoc, in sctp_make_init()
379 struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc, in sctp_make_init_ack()
524 retval->asoc = (struct sctp_association *) asoc; in sctp_make_init_ack()
567 struct sctp_chunk *sctp_make_cookie_echo(const struct sctp_association *asoc, in sctp_make_cookie_echo()
619 struct sctp_chunk *sctp_make_cookie_ack(const struct sctp_association *asoc, in sctp_make_cookie_ack()
666 struct sctp_chunk *sctp_make_cwr(const struct sctp_association *asoc, in sctp_make_cwr()
701 struct sctp_chunk *sctp_make_ecne(const struct sctp_association *asoc, in sctp_make_ecne()
722 struct sctp_chunk *sctp_make_datafrag_empty(const struct sctp_association *asoc, in sctp_make_datafrag_empty()
754 struct sctp_chunk *sctp_make_sack(struct sctp_association *asoc) in sctp_make_sack()
854 struct sctp_chunk *sctp_make_shutdown(const struct sctp_association *asoc, in sctp_make_shutdown()
878 struct sctp_chunk *sctp_make_shutdown_ack(const struct sctp_association *asoc, in sctp_make_shutdown_ack()
902 const struct sctp_association *asoc, in sctp_make_shutdown_complete()
935 struct sctp_chunk *sctp_make_abort(const struct sctp_association *asoc, in sctp_make_abort()
973 const struct sctp_association *asoc, in sctp_make_abort_no_data()
1008 struct sctp_chunk *sctp_make_abort_user(const struct sctp_association *asoc, in sctp_make_abort_user()
1074 const struct sctp_association *asoc, in sctp_make_abort_violation()
1100 const struct sctp_association *asoc, in sctp_make_violation_paramlen()
1123 const struct sctp_association *asoc, in sctp_make_violation_max_retrans()
1141 struct sctp_chunk *sctp_make_new_encap_port(const struct sctp_association *asoc, in sctp_make_new_encap_port()
1162 struct sctp_chunk *sctp_make_heartbeat(const struct sctp_association *asoc, in sctp_make_heartbeat()
1194 struct sctp_chunk *sctp_make_heartbeat_ack(const struct sctp_association *asoc, in sctp_make_heartbeat_ack()
1235 struct sctp_chunk *sctp_make_pad(const struct sctp_association *asoc, int len) in sctp_make_pad()
1254 const struct sctp_association *asoc, in sctp_make_op_error_space()
1289 const struct sctp_association *asoc, in sctp_make_op_error_limited()
1306 struct sctp_chunk *sctp_make_op_error(const struct sctp_association *asoc, in sctp_make_op_error()
1326 struct sctp_chunk *sctp_make_auth(const struct sctp_association *asoc, in sctp_make_auth()
1376 const struct sctp_association *asoc, in sctp_chunkify()
1390 retval->asoc = (struct sctp_association *)asoc; in sctp_chunkify()
1428 static struct sctp_chunk *_sctp_make_chunk(const struct sctp_association *asoc, in _sctp_make_chunk()
1472 static struct sctp_chunk *sctp_make_data(const struct sctp_association *asoc, in sctp_make_data()
1478 struct sctp_chunk *sctp_make_idata(const struct sctp_association *asoc, in sctp_make_idata()
1484 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc, in sctp_make_control()
1628 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc()
1632 struct sctp_association *asoc; in sctp_make_temp_asoc()
1655 const struct sctp_association *asoc, in sctp_pack_cookie()
1740 struct sctp_association *sctp_unpack_cookie( in sctp_unpack_cookie()
1742 const struct sctp_association *asoc, in sctp_unpack_cookie()
1746 struct sctp_association *retval = NULL; in sctp_unpack_cookie()
1923 static int sctp_process_missing_param(const struct sctp_association *asoc, in sctp_process_missing_param()
1952 static int sctp_process_inv_mandatory(const struct sctp_association *asoc, in sctp_process_inv_mandatory()
1968 static int sctp_process_inv_paramlength(const struct sctp_association *asoc, in sctp_process_inv_paramlength()
1989 static int sctp_process_hn_param(const struct sctp_association *asoc, in sctp_process_hn_param()
2046 static void sctp_process_ext_param(struct sctp_association *asoc, in sctp_process_ext_param()
2110 const struct sctp_association *asoc, in sctp_process_unk_param()
2164 const struct sctp_association *asoc, in sctp_verify_param()
2291 const struct sctp_association *asoc, enum sctp_cid cid, in sctp_verify_init()
2355 int sctp_process_init(struct sctp_association *asoc, struct sctp_chunk *chunk, in sctp_process_init()
2540 static int sctp_process_param(struct sctp_association *asoc, in sctp_process_param()
2797 static struct sctp_chunk *sctp_make_asconf(struct sctp_association *asoc, in sctp_make_asconf()
2853 struct sctp_chunk *sctp_make_asconf_update_ip(struct sctp_association *asoc, in sctp_make_asconf_update_ip()
2940 struct sctp_chunk *sctp_make_asconf_set_prim(struct sctp_association *asoc, in sctp_make_asconf_set_prim()
2989 static struct sctp_chunk *sctp_make_asconf_ack(const struct sctp_association *asoc, in sctp_make_asconf_ack()
3053 static __be16 sctp_process_asconf_param(struct sctp_association *asoc, in sctp_process_asconf_param()
3196 bool sctp_verify_asconf(const struct sctp_association *asoc, in sctp_verify_asconf()
3265 struct sctp_chunk *sctp_process_asconf(struct sctp_association *asoc, in sctp_process_asconf()
3350 static void sctp_asconf_param_success(struct sctp_association *asoc, in sctp_asconf_param_success()
3465 int sctp_process_asconf_ack(struct sctp_association *asoc, in sctp_process_asconf_ack()
3558 struct sctp_chunk *sctp_make_fwdtsn(const struct sctp_association *asoc, in sctp_make_fwdtsn()
3588 struct sctp_chunk *sctp_make_ifwdtsn(const struct sctp_association *asoc, in sctp_make_ifwdtsn()
3627 static struct sctp_chunk *sctp_make_reconf(const struct sctp_association *asoc, in sctp_make_reconf()
3679 const struct sctp_association *asoc, in sctp_make_strreset_req()
3733 const struct sctp_association *asoc) in sctp_make_strreset_tsnreq()
3764 const struct sctp_association *asoc, in sctp_make_strreset_addstrm()
3809 struct sctp_chunk *sctp_make_strreset_resp(const struct sctp_association *asoc, in sctp_make_strreset_resp()
3845 struct sctp_chunk *sctp_make_strreset_tsnresp(struct sctp_association *asoc, in sctp_make_strreset_tsnresp()
3871 bool sctp_verify_reconf(const struct sctp_association *asoc, in sctp_verify_reconf()