Lines Matching defs:t1

1312 				mib2_tcp_t *t1;
1316 t1 = (mib2_tcp_t *)tempp1->valp;
1327 MDIFF(d, t2, t1, tcpActiveOpens);
1328 MDIFF(d, t2, t1, tcpPassiveOpens);
1329 MDIFF(d, t2, t1, tcpAttemptFails);
1330 MDIFF(d, t2, t1, tcpEstabResets);
1332 MDIFF(d, t2, t1, tcpHCOutSegs);
1333 MDIFF(d, t2, t1, tcpOutDataSegs);
1334 MDIFF(d, t2, t1, tcpOutDataBytes);
1335 MDIFF(d, t2, t1, tcpRetransSegs);
1336 MDIFF(d, t2, t1, tcpRetransBytes);
1337 MDIFF(d, t2, t1, tcpOutAck);
1338 MDIFF(d, t2, t1, tcpOutAckDelayed);
1339 MDIFF(d, t2, t1, tcpOutUrg);
1340 MDIFF(d, t2, t1, tcpOutWinUpdate);
1341 MDIFF(d, t2, t1, tcpOutWinProbe);
1342 MDIFF(d, t2, t1, tcpOutControl);
1343 MDIFF(d, t2, t1, tcpOutRsts);
1344 MDIFF(d, t2, t1, tcpOutFastRetrans);
1345 MDIFF(d, t2, t1, tcpHCInSegs);
1346 MDIFF(d, t2, t1, tcpInAckSegs);
1347 MDIFF(d, t2, t1, tcpInAckBytes);
1348 MDIFF(d, t2, t1, tcpInDupAck);
1349 MDIFF(d, t2, t1, tcpInAckUnsent);
1350 MDIFF(d, t2, t1, tcpInDataInorderSegs);
1351 MDIFF(d, t2, t1, tcpInDataInorderBytes);
1352 MDIFF(d, t2, t1, tcpInDataUnorderSegs);
1353 MDIFF(d, t2, t1, tcpInDataUnorderBytes);
1354 MDIFF(d, t2, t1, tcpInDataDupSegs);
1355 MDIFF(d, t2, t1, tcpInDataDupBytes);
1356 MDIFF(d, t2, t1, tcpInDataPartDupSegs);
1357 MDIFF(d, t2, t1, tcpInDataPartDupBytes);
1358 MDIFF(d, t2, t1, tcpInDataPastWinSegs);
1359 MDIFF(d, t2, t1, tcpInDataPastWinBytes);
1360 MDIFF(d, t2, t1, tcpInWinProbe);
1361 MDIFF(d, t2, t1, tcpInWinUpdate);
1362 MDIFF(d, t2, t1, tcpInClosed);
1363 MDIFF(d, t2, t1, tcpRttNoUpdate);
1364 MDIFF(d, t2, t1, tcpRttUpdate);
1365 MDIFF(d, t2, t1, tcpTimRetrans);
1366 MDIFF(d, t2, t1, tcpTimRetransDrop);
1367 MDIFF(d, t2, t1, tcpTimKeepalive);
1368 MDIFF(d, t2, t1, tcpTimKeepaliveProbe);
1369 MDIFF(d, t2, t1, tcpTimKeepaliveDrop);
1370 MDIFF(d, t2, t1, tcpListenDrop);
1371 MDIFF(d, t2, t1, tcpListenDropQ0);
1372 MDIFF(d, t2, t1, tcpHalfOpenDrop);
1373 MDIFF(d, t2, t1, tcpOutSackRetransSegs);