Searched refs:sctpConnEntryInfo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c798 sce.sctpConnEntryInfo.ce_sendq = sctp->sctp_unacked +
800 sce.sctpConnEntryInfo.ce_recvq = sctp->sctp_rxqueued;
801 sce.sctpConnEntryInfo.ce_swnd = sctp->sctp_frwnd;
802 sce.sctpConnEntryInfo.ce_rwnd = sctp->sctp_rwnd;
803 sce.sctpConnEntryInfo.ce_mss = sctp->sctp_mss;
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h1661 } sctpConnEntryInfo; member in struct:mib2_sctpConnEntry
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5332 sp->sctpConnEntryInfo.ce_swnd,
5333 sp->sctpConnEntryInfo.ce_sendq,
5334 sp->sctpConnEntryInfo.ce_rwnd,
5335 sp->sctpConnEntryInfo.ce_recvq,

Completed in 84 milliseconds