Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_header.h579 #define SCTP_MED_OVERHEAD (sizeof(struct sctp_data_chunk) + \ macro
594 #define SCTP_MED_OVERHEAD (sizeof(struct sctp_data_chunk) + \ macro
HDsctp_usrreq.c2118 ovh = SCTP_MED_OVERHEAD;
4880 ovh = SCTP_MED_OVERHEAD;
HDsctp_output.c6185 ovh = SCTP_MED_OVERHEAD; in sctp_get_frag_point()
11408 sizeof(struct sctphdr) + SCTP_MED_OVERHEAD)); in sctp_send_packet_dropped()