Searched refs:abort_len (Results 1 – 1 of 1) sorted by relevance
3155 uint16_t abort_len; in sctp_notify_assoc_change() local3164 abort_len = ntohs(abort->ch.chunk_length); in sctp_notify_assoc_change()3169 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()3170 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()3173 abort_len = 0; in sctp_notify_assoc_change()3178 notif_len += abort_len; in sctp_notify_assoc_change()3222 memcpy(sac->sac_info, abort, abort_len); in sctp_notify_assoc_change()3223 sac->sac_length += abort_len; in sctp_notify_assoc_change()