sctp_make_control
retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT, 0,
retval = sctp_make_control(asoc, SCTP_CID_HEARTBEAT_ACK, 0, paylen,
retval = sctp_make_control(asoc, SCTP_CID_PAD, 0, len, GFP_ATOMIC);
retval = sctp_make_control(asoc, SCTP_CID_ERROR, 0,
retval = sctp_make_control(asoc, SCTP_CID_AUTH, 0,
retval = sctp_make_control(asoc, SCTP_CID_ASCONF, 0, length,
retval = sctp_make_control(asoc, SCTP_CID_ASCONF_ACK, 0, length,
retval = sctp_make_control(asoc, SCTP_CID_INIT, 0, chunksize, gfp);
retval = sctp_make_control(asoc, SCTP_CID_FWD_TSN, 0, hint, GFP_ATOMIC);
retval = sctp_make_control(asoc, SCTP_CID_I_FWD_TSN, 0, hint,
retval = sctp_make_control(asoc, SCTP_CID_RECONF, 0, length,
retval = sctp_make_control(asoc, SCTP_CID_INIT_ACK, 0, chunksize, gfp);
static struct sctp_chunk *sctp_make_control(const struct sctp_association *asoc,
retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ECHO, 0,
retval = sctp_make_control(asoc, SCTP_CID_COOKIE_ACK, 0, 0, GFP_ATOMIC);
retval = sctp_make_control(asoc, SCTP_CID_ECN_CWR, 0,
retval = sctp_make_control(asoc, SCTP_CID_ECN_ECNE, 0,
retval = sctp_make_control(asoc, SCTP_CID_SACK, 0, len, GFP_ATOMIC);
retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN, 0,
retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN_ACK, 0, 0,
retval = sctp_make_control(asoc, SCTP_CID_SHUTDOWN_COMPLETE, flags,
retval = sctp_make_control(asoc, SCTP_CID_ABORT, flags, hint,