Home | History | Annotate | Download | only in netinet

Lines Matching defs:opti

1206 	struct tcp_opt_info opti;
1221 memset(&opti, 0, sizeof(opti));
1222 opti.ts_present = 0;
1223 opti.maxseg = 0;
1360 opti.ts_present = 1;
1361 opti.ts_val = be32dec(optp + 4);
1362 opti.ts_ecr = be32dec(optp + 8);
1707 so, m, optp, optlen, &opti))
1736 if (tcp_dooptions(tp, optp, optlen, th, m, off, &opti) < 0)
1767 if (opti.ts_present && opti.ts_ecr) {
1787 ts_rtt = TCP_TIMESTAMP(tp) - opti.ts_ecr + 1;
1817 (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) &&
1829 * TSTMP_GEQ(opti.ts_val, tp->ts_recent)
1831 if (opti.ts_present && SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
1833 tp->ts_recent = opti.ts_val;
1973 opti.ts_ecr &&
1975 if (opti.ts_ecr > tp->rfbuf_ts &&
1976 opti.ts_ecr - tp->rfbuf_ts < PR_SLOWHZ) {
2088 tcp_mss_from_peer(tp, opti.maxseg);
2182 if (opti.ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
2183 TSTMP_LT(opti.ts_val, tp->ts_recent)) {
2351 if (opti.ts_present &&
2356 tp->ts_recent = opti.ts_val;