Searched refs:cause_len (Results 1 – 1 of 1) sorted by relevance
10945 uint16_t cause_len, chunk_len, padding_len; in sctp_send_abort_tcb() local10981 cause_len = 0; in sctp_send_abort_tcb()10984 cause_len += (uint16_t)SCTP_BUF_LEN(m); in sctp_send_abort_tcb()10990 chunk_len = (uint16_t)sizeof(struct sctp_abort_chunk) + cause_len; in sctp_send_abort_tcb()11117 int ret, len, cause_len, padding_len; in sctp_send_resp_msg() local11128 cause_len = 0; in sctp_send_resp_msg()11135 cause_len += SCTP_BUF_LEN(m_at); in sctp_send_resp_msg()11137 padding_len = cause_len % 4; in sctp_send_resp_msg()11253 cause_len + padding_len)); in sctp_send_resp_msg()11276 ch->chunk_length = htons((uint16_t)(sizeof(struct sctp_chunkhdr) + cause_len)); in sctp_send_resp_msg()[all …]