Lines Matching refs:sctp_make_control
64 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
321 retval = sctp_make_control(asoc, SCTP_CID_INIT, 0, chunksize); in sctp_make_init()
468 retval = sctp_make_control(asoc, SCTP_CID_INIT_ACK, 0, chunksize); in sctp_make_init_ack()
573 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0, cookie_len); in sctp_make_cookie_echo()
618 retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ACK, 0, 0); in sctp_make_cookie_ack()
666 retval = sctp_make_control(asoc, SCTP_CID_ECN_CWR, 0, in sctp_make_cwr()
700 retval = sctp_make_control(asoc, SCTP_CID_ECN_ECNE, 0, in sctp_make_ecne()
784 retval = sctp_make_control(asoc, SCTP_CID_SACK, 0, len); in sctp_make_sack()
863 retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN, 0, in sctp_make_shutdown()
882 retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN_ACK, 0, 0); in sctp_make_shutdown_ack()
911 retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN_COMPLETE, flags, 0); in sctp_make_shutdown_complete()
950 retval = sctp_make_control(asoc, SCTP_CID_ABORT, flags, hint); in sctp_make_abort()
1142 retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT, 0, sizeof(hbinfo)); in sctp_make_heartbeat()
1170 retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT_ACK, 0, paylen); in sctp_make_heartbeat_ack()
1202 retval = sctp_make_control(asoc, SCTP_CID_ERROR, 0, in sctp_make_op_error_space()
1273 retval = sctp_make_control(asoc, SCTP_CID_AUTH, 0, in sctp_make_auth()
1408 static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc, in sctp_make_control() function
2759 retval = sctp_make_control(asoc, SCTP_CID_ASCONF, 0, length); in sctp_make_asconf()
2943 retval = sctp_make_control(asoc, SCTP_CID_ASCONF_ACK, 0, length); in sctp_make_asconf_ack()
3485 retval = sctp_make_control(asoc, SCTP_CID_FWD_TSN, 0, hint); in sctp_make_fwdtsn()