Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c1104 uint32_t remaining_length, adjust; in sctp_handle_error() local
1111 remaining_length = ntohs(ch->chunk_length); in sctp_handle_error()
1112 if (remaining_length > limit) { in sctp_handle_error()
1113 remaining_length = limit; in sctp_handle_error()
1118 remaining_length = 0; in sctp_handle_error()
1128 remaining_length, cause_length); in sctp_handle_error()
1250 if (remaining_length >= adjust) { in sctp_handle_error()
1251 remaining_length -= adjust; in sctp_handle_error()
1253 remaining_length = 0; in sctp_handle_error()
4062 if ((param_len > remaining_length) || in sctp_handle_stream_reset()
[all …]