Lines Matching refs:mib2
85 *uint_ptr = STATS_GET(mib2.tcpactiveopens); in tcp_get_value()
88 *uint_ptr = STATS_GET(mib2.tcppassiveopens); in tcp_get_value()
91 *uint_ptr = STATS_GET(mib2.tcpattemptfails); in tcp_get_value()
94 *uint_ptr = STATS_GET(mib2.tcpestabresets); in tcp_get_value()
110 *uint_ptr = STATS_GET(mib2.tcpinsegs); in tcp_get_value()
113 *uint_ptr = STATS_GET(mib2.tcpoutsegs); in tcp_get_value()
116 *uint_ptr = STATS_GET(mib2.tcpretranssegs); in tcp_get_value()
119 *uint_ptr = STATS_GET(mib2.tcpinerrs); in tcp_get_value()
122 *uint_ptr = STATS_GET(mib2.tcpoutrsts); in tcp_get_value()
127 u64_t val64 = STATS_GET(mib2.tcpinsegs); in tcp_get_value()
133 u64_t val64 = STATS_GET(mib2.tcpoutsegs); in tcp_get_value()