Home
last modified time | relevance | path

Searched refs:sctp_mss (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c378 ASSERT(sctp->sctp_current->sf_pmss == sctp->sctp_mss); in sctp_set_ulp_prop()
382 sopp.sopp_maxblk = sctp->sctp_mss - sizeof (sctp_data_hdr_t); in sctp_set_ulp_prop()
603 sctp->sctp_mss = fp->sf_pmss; in sctp_set_faddr_current()
1331 sctp->sctp_mss = fp->sf_pmss; in sctp_get_addrparams()
H A Dsctp.c220 sctp->sctp_mss = psctp->sctp_mss; in sctp_create_eager()
1411 sctp->sctp_mss = sctps->sctps_initial_mtu - ((family == AF_INET6) ? in sctp_create()
H A Dsctp_conn.c548 sctp->sctp_mss = cur_fp->sf_pmss; in sctp_connect()
H A Dsctp_opt_data.c115 sstat->sstat_fragmentation_point = sctp->sctp_mss - in sctp_get_status()
1129 sctp->sctp_mss); in sctp_set_opt()
H A Dsctp_impl.h771 uint32_t sctp_mss; /* Max send size (not TCP MSS!) */ member
H A Dsctp_snmp.c816 sce.sctpConnEntryInfo.ce_mss = sctp->sctp_mss; in sctp_snmp_get_mib2()
H A Dsctp_input.c4441 if (connp->conn_rcvbuf - sctp->sctp_arwnd >= sctp->sctp_mss) in sctp_recvd()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c864 sctp->sctp_mss); in sctp()