Lines Matching defs:num_ext
4632 uint16_t num_ext, chunk_len, padding_len, parameter_len;
4740 num_ext = 0;
4743 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN;
4745 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN;
4749 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION;
4752 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;
4753 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK;
4756 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
4759 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
4762 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK;
4765 pr_supported->chunk_types[num_ext++] = SCTP_PACKET_DROPPED;
4767 if (num_ext > 0) {
4768 parameter_len = (uint16_t)sizeof(struct sctp_supported_chunk_types_param) + num_ext;
5537 uint16_t num_ext, chunk_len, padding_len, parameter_len;
5987 num_ext = 0;
5991 pr_supported->chunk_types[num_ext++] = SCTP_FORWARD_CUM_TSN;
5994 pr_supported->chunk_types[num_ext++] = SCTP_IFORWARD_CUM_TSN;
5999 pr_supported->chunk_types[num_ext++] = SCTP_AUTHENTICATION;
6003 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF;
6004 pr_supported->chunk_types[num_ext++] = SCTP_ASCONF_ACK;
6008 pr_supported->chunk_types[num_ext++] = SCTP_STREAM_RESET;
6012 pr_supported->chunk_types[num_ext++] = SCTP_IDATA;
6016 pr_supported->chunk_types[num_ext++] = SCTP_NR_SELECTIVE_ACK;
6020 pr_supported->chunk_types[num_ext++] = SCTP_PACKET_DROPPED;
6022 if (num_ext > 0) {
6023 parameter_len = (uint16_t)sizeof(struct sctp_supported_chunk_types_param) + num_ext;