Lines Matching defs:old_len
11757 uint16_t len, old_len, i;
11764 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
11818 ch->chunk_length = htons(len + old_len);
11819 chk->book_size = len + old_len;
11831 uint16_t len, old_len, i;
11836 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
11859 ch->chunk_length = htons(len + old_len);
11860 chk->book_size = len + old_len;
11871 uint16_t len, old_len;
11876 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
11887 ch->chunk_length = htons(len + old_len);
11888 chk->send_size = len + old_len;
11899 uint16_t len, old_len;
11904 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
11916 ch->chunk_length = htons(len + old_len);
11917 chk->book_size = len + old_len;
11991 uint16_t len, old_len;
11996 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
12010 ch->chunk_length = htons(len + old_len);
12011 chk->book_size = len + old_len;
12023 uint16_t len, old_len;
12028 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
12043 ch->chunk_length = htons(len + old_len);
12044 chk->send_size = len + old_len;
12056 uint16_t len, old_len;
12061 old_len = len = SCTP_SIZE32(ntohs(ch->chunk_length));
12075 ch->chunk_length = htons(len + old_len);
12076 chk->send_size = len + old_len;