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