Home
last modified time | relevance | path

Searched refs:chlen (Results 1 – 1 of 1) sorted by relevance

/linux/net/sctp/
H A Dsm_make_chunk.c1734 unsigned int len, chlen; in sctp_unpack_cookie() local
1766 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()