Searched refs:chlen (Results 1 – 1 of 1) sorted by relevance
1734 unsigned int len, chlen; in sctp_unpack_cookie() local1766 chlen = ntohs(ch->length); in sctp_unpack_cookie()1767 if (chlen < sizeof(struct sctp_init_chunk)) in sctp_unpack_cookie()1769 if (chlen > len - fixed_size) in sctp_unpack_cookie()1771 if (bear_cookie->raw_addr_list_len > len - fixed_size - chlen) in sctp_unpack_cookie()