Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.c3155 uint16_t abort_len; in sctp_notify_assoc_change() local
3164 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()