Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_header.h601 #define SCTP_MIN_V4_OVERHEAD (sizeof(struct ip) + \ macro
Dsctp_bsd_addr.c883 if (length < (int)(SCTP_MIN_V4_OVERHEAD + sizeof(struct sctp_cookie_ack_chunk))) {
Dsctp_output.c4203 len = SCTP_MIN_V4_OVERHEAD;
5584 l_len = SCTP_MIN_V4_OVERHEAD;
5630 l_len = SCTP_MIN_V4_OVERHEAD;
5722 l_len = SCTP_MIN_V4_OVERHEAD;
6821 ovh = SCTP_MIN_V4_OVERHEAD;
6824 ovh = SCTP_MIN_V4_OVERHEAD;
8297 space_left = net->mtu - SCTP_MIN_V4_OVERHEAD;
8650 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
8863 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
9133 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
[all …]
Dsctp_usrreq.c3096 paddrp->spp_pathmtu -= SCTP_MIN_V4_OVERHEAD;
3275 paddri->spinfo_mtu -= SCTP_MIN_V4_OVERHEAD;
3394 sstat->sstat_primary.spinfo_mtu -= SCTP_MIN_V4_OVERHEAD;
6288 net->mtu += SCTP_MIN_V4_OVERHEAD;
6436 net->mtu += SCTP_MIN_V4_OVERHEAD;
Dsctp_pcb.c4642 net->mtu += SCTP_MIN_V4_OVERHEAD;
4698 net->mtu += SCTP_MIN_V4_OVERHEAD;
Dsctputil.c3000 ovh = SCTP_MIN_V4_OVERHEAD; in sctp_mtu_size_reset()