Lines Matching defs:otp

1310 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp)
1314 otp->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
1315 otp->t_dupacks = tp->t_dupacks;
1317 otp->t_timer[i] = tp->t_timer[i];
1318 otp->t_inpcb = (_TCPCB_PTR(struct inpcb *))(uintptr_t)tp->t_inpcb;
1319 otp->t_state = tp->t_state;
1320 otp->t_flags = tp->t_flags;
1321 otp->t_force = tp->t_force;
1322 otp->snd_una = tp->snd_una;
1323 otp->snd_max = tp->snd_max;
1324 otp->snd_nxt = tp->snd_nxt;
1325 otp->snd_up = tp->snd_up;
1326 otp->snd_wl1 = tp->snd_wl1;
1327 otp->snd_wl2 = tp->snd_wl2;
1328 otp->iss = tp->iss;
1329 otp->irs = tp->irs;
1330 otp->rcv_nxt = tp->rcv_nxt;
1331 otp->rcv_adv = tp->rcv_adv;
1332 otp->rcv_wnd = tp->rcv_wnd;
1333 otp->rcv_up = tp->rcv_up;
1334 otp->snd_wnd = tp->snd_wnd;
1335 otp->snd_cwnd = tp->snd_cwnd;
1336 otp->snd_ssthresh = tp->snd_ssthresh;
1337 otp->t_maxopd = tp->t_maxopd;
1338 otp->t_rcvtime = tp->t_rcvtime;
1339 otp->t_starttime = tp->t_starttime;
1340 otp->t_rtttime = tp->t_rtttime;
1341 otp->t_rtseq = tp->t_rtseq;
1342 otp->t_rxtcur = tp->t_rxtcur;
1343 otp->t_maxseg = tp->t_maxseg;
1344 otp->t_srtt = tp->t_srtt;
1345 otp->t_rttvar = tp->t_rttvar;
1346 otp->t_rxtshift = tp->t_rxtshift;
1347 otp->t_rttmin = tp->t_rttmin;
1348 otp->t_rttupdated = tp->t_rttupdated;
1349 otp->max_sndwnd = tp->max_sndwnd;
1350 otp->t_softerror = tp->t_softerror;
1351 otp->t_oobflags = tp->t_oobflags;
1352 otp->t_iobc = tp->t_iobc;
1353 otp->snd_scale = tp->snd_scale;
1354 otp->rcv_scale = tp->rcv_scale;
1355 otp->request_r_scale = tp->request_r_scale;
1356 otp->requested_s_scale = tp->requested_s_scale;
1357 otp->ts_recent = tp->ts_recent;
1358 otp->ts_recent_age = tp->ts_recent_age;
1359 otp->last_ack_sent = tp->last_ack_sent;
1360 otp->cc_send = tp->cc_send;
1361 otp->cc_recv = tp->cc_recv;
1362 otp->snd_recover = tp->snd_recover;
1363 otp->snd_cwnd_prev = tp->snd_cwnd_prev;
1364 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev;
1365 otp->t_badrxtwin = tp->t_badrxtwin;
1497 tcpcb_to_xtcpcb64(struct tcpcb *tp, struct xtcpcb64 *otp)
1501 otp->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
1502 otp->t_dupacks = tp->t_dupacks;
1504 otp->t_timer[i] = tp->t_timer[i];
1505 otp->t_state = tp->t_state;
1506 otp->t_flags = tp->t_flags;
1507 otp->t_force = tp->t_force;
1508 otp->snd_una = tp->snd_una;
1509 otp->snd_max = tp->snd_max;
1510 otp->snd_nxt = tp->snd_nxt;
1511 otp->snd_up = tp->snd_up;
1512 otp->snd_wl1 = tp->snd_wl1;
1513 otp->snd_wl2 = tp->snd_wl2;
1514 otp->iss = tp->iss;
1515 otp->irs = tp->irs;
1516 otp->rcv_nxt = tp->rcv_nxt;
1517 otp->rcv_adv = tp->rcv_adv;
1518 otp->rcv_wnd = tp->rcv_wnd;
1519 otp->rcv_up = tp->rcv_up;
1520 otp->snd_wnd = tp->snd_wnd;
1521 otp->snd_cwnd = tp->snd_cwnd;
1522 otp->snd_ssthresh = tp->snd_ssthresh;
1523 otp->t_maxopd = tp->t_maxopd;
1524 otp->t_rcvtime = tp->t_rcvtime;
1525 otp->t_starttime = tp->t_starttime;
1526 otp->t_rtttime = tp->t_rtttime;
1527 otp->t_rtseq = tp->t_rtseq;
1528 otp->t_rxtcur = tp->t_rxtcur;
1529 otp->t_maxseg = tp->t_maxseg;
1530 otp->t_srtt = tp->t_srtt;
1531 otp->t_rttvar = tp->t_rttvar;
1532 otp->t_rxtshift = tp->t_rxtshift;
1533 otp->t_rttmin = tp->t_rttmin;
1534 otp->t_rttupdated = tp->t_rttupdated;
1535 otp->max_sndwnd = tp->max_sndwnd;
1536 otp->t_softerror = tp->t_softerror;
1537 otp->t_oobflags = tp->t_oobflags;
1538 otp->t_iobc = tp->t_iobc;
1539 otp->snd_scale = tp->snd_scale;
1540 otp->rcv_scale = tp->rcv_scale;
1541 otp->request_r_scale = tp->request_r_scale;
1542 otp->requested_s_scale = tp->requested_s_scale;
1543 otp->ts_recent = tp->ts_recent;
1544 otp->ts_recent_age = tp->ts_recent_age;
1545 otp->last_ack_sent = tp->last_ack_sent;
1546 otp->cc_send = tp->cc_send;
1547 otp->cc_recv = tp->cc_recv;
1548 otp->snd_recover = tp->snd_recover;
1549 otp->snd_cwnd_prev = tp->snd_cwnd_prev;
1550 otp->snd_ssthresh_prev = tp->snd_ssthresh_prev;
1551 otp->t_badrxtwin = tp->t_badrxtwin;