Searched refs:SCTP_MAX_OVERHEAD (Results 1 – 2 of 2) sorted by relevance
563 #ifndef SCTP_MAX_OVERHEAD565 #define SCTP_MAX_OVERHEAD (sizeof(struct sctp_data_chunk) + \ macro580 #define SCTP_MAX_OVERHEAD (sizeof(struct sctp_data_chunk) + \ macro
12304 if ((len + SCTP_MAX_OVERHEAD + sizeof(struct sctp_pktdrop_chunk)) >12310 len = min(stcb->asoc.smallest_mtu, MCLBYTES) - SCTP_MAX_OVERHEAD;