Searched refs:tcpInDataUnorderBytes (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcptop.d | 81 mib:::tcpInDataUnorderBytes { TCP_in += args[0]; }
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 624 tcpkp->inDataUnorderBytes.value.ui32 = tcp_mib.tcpInDataUnorderBytes; 849 to->tcpInDataUnorderBytes += from->tcpInDataUnorderBytes;
|
H A D | tcp_input.c | 589 TCPS_UPDATE_MIB(tcps, tcpInDataUnorderBytes, 599 TCPS_UPDATE_MIB(tcps, tcpInDataUnorderBytes,
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | mib2.h | 1263 Counter tcpInDataUnorderBytes; member in struct:mib2_tcp
|
/illumos-gate/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 6523 UPDATE_MIB(tcp_mib.tcpInDataUnorderBytes, end - start); 6532 UPDATE_MIB(tcp_mib.tcpInDataUnorderBytes, end - start);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1353 MDIFF(d, t2, t1, tcpInDataUnorderBytes); 2331 prval("tcpInUnorderBytes", tcp->tcpInDataUnorderBytes);
|
Completed in 105 milliseconds