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