Searched refs:sctp_make_control (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/sctp/ |
D | sm_make_chunk.c | 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() [all …]
|