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

/freebsd-11-stable/sys/netinet/
H A Dsctp_header.h580 #define SCTP_MIN_V4_OVERHEAD (sizeof(struct ip) + \ macro
H A Dsctp_bsd_addr.c425 if (length < (int)(SCTP_MIN_V4_OVERHEAD + sizeof(struct sctp_cookie_ack_chunk))) {
H A Dsctp_output.c4059 len = SCTP_MIN_V4_OVERHEAD;
5134 l_len = SCTP_MIN_V4_OVERHEAD;
5181 l_len = SCTP_MIN_V4_OVERHEAD;
5273 l_len = SCTP_MIN_V4_OVERHEAD;
6272 ovh = SCTP_MIN_V4_OVERHEAD;
7736 space_left = net->mtu - SCTP_MIN_V4_OVERHEAD;
8081 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
8288 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
8565 mtu = net->mtu - SCTP_MIN_V4_OVERHEAD;
8631 if (net->mtu > SCTP_MIN_V4_OVERHEAD)
[all...]
H A Dsctp_usrreq.c2411 paddrp->spp_pathmtu -= SCTP_MIN_V4_OVERHEAD;
2588 paddri->spinfo_mtu -= SCTP_MIN_V4_OVERHEAD;
2675 sstat->sstat_primary.spinfo_mtu -= SCTP_MIN_V4_OVERHEAD;
5415 net->mtu += SCTP_MIN_V4_OVERHEAD;
5558 net->mtu += SCTP_MIN_V4_OVERHEAD;
H A Dsctp_pcb.c3958 net->mtu += SCTP_MIN_V4_OVERHEAD;
4003 net->mtu += SCTP_MIN_V4_OVERHEAD;
H A Dsctputil.c2511 ovh = SCTP_MIN_V4_OVERHEAD;

Completed in 144 milliseconds