Searched refs:abort_len (Results 1 – 1 of 1) sorted by relevance
3252 uint16_t abort_len; in sctp_notify_assoc_change() local3264 abort_len = ntohs(abort->ch.chunk_length); in sctp_notify_assoc_change()3269 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) { in sctp_notify_assoc_change()3270 abort_len = SCTP_CHUNK_BUFFER_SIZE; in sctp_notify_assoc_change()3273 abort_len = 0; in sctp_notify_assoc_change()3278 notif_len += abort_len; in sctp_notify_assoc_change()3322 memcpy(sac->sac_info, abort, abort_len); in sctp_notify_assoc_change()3323 sac->sac_length += abort_len; in sctp_notify_assoc_change()