Home
last modified time | relevance | path

Searched refs:tcpListenDropQ0 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c703 tcpkp->listenDropQ0.value.ui32 = tcp_mib.tcpListenDropQ0; in tcp_kstat_update()
929 to->tcpListenDropQ0 += from->tcpListenDropQ0; in tcp_add_mib()
H A Dtcp_input.c1487 TCPS_BUMP_MIB(tcps, tcpListenDropQ0); in tcp_input_listener()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h1324 Counter tcpListenDropQ0; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1778 MDIFF(d, t2, t1, tcpListenDropQ0); in mib_item_diff()
2750 prval("tcpListenDropQ0", tcp->tcpListenDropQ0); in print_tcp_stats()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1633 BUMP_MIB(tcp_mib.tcpListenDropQ0); in tcp_conn_request()