Searched refs:abort_len (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c2766 uint16_t abort_len; local
2778 abort_len = ntohs(abort->ch.chunk_length);
2783 if (abort_len > SCTP_CHUNK_BUFFER_SIZE) {
2784 abort_len = SCTP_CHUNK_BUFFER_SIZE;
2787 abort_len = 0;
2792 notif_len += abort_len;
2836 memcpy(sac->sac_info, abort, abort_len);
2837 sac->sac_length += abort_len;

Completed in 189 milliseconds