Lines Matching defs:mss
969 int32_t mss;
986 mss = pmtu - conn_ipsec_length(sctp->sctp_connp);
988 mss -= sctp->sctp_hdr_len;
990 mss -= sctp->sctp_hdr6_len;
995 if (mss == fp->sf_pmss)
1001 if (mss > fp->sf_pmss && decrease_only)
1005 (void) printf("sctp_update_pmtu mss from %d to %d\n",
1006 fp->sf_pmss, mss);
1008 DTRACE_PROBE2(sctp_update_pmtu, int32_t, fp->sf_pmss, uint32_t, mss);
1019 fp->sf_pmss = mss & ~(SCTP_ALIGN - 1);
1023 if (mss < sctp->sctp_sctps->sctps_mss_min)
1130 * dropped segment using the new mss by calling
1236 * dropped segment using the new mss by calling