Searched refs:snd_nxt (Results 1 – 19 of 19) sorted by relevance
/netbsd/sys/netinet/ |
H A D | tcp_output.c | 612 (tp->snd_nxt - tp->snd_una)); in tcp_output() 673 off = tp->snd_nxt - tp->snd_una; in tcp_output() 841 tp->snd_nxt = tp->snd_una; in tcp_output() 937 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output() 1070 tp->snd_nxt = tp->iss; in tcp_output() 1362 th->th_seq = htonl(tp->snd_nxt); in tcp_output() 1466 tcp_seq startseq = tp->snd_nxt; in tcp_output() 1474 tp->snd_nxt++; in tcp_output() 1477 tp->snd_nxt += len; in tcp_output() 1479 tp->snd_max = tp->snd_nxt; in tcp_output() [all …]
|
H A D | tcp_congctl.c | 481 tcp_seq onxt = tp->snd_nxt; in tcp_reno_do_fast_retransmit() 488 tp->sack_newdata = tp->snd_nxt; in tcp_reno_do_fast_retransmit() 493 tp->snd_nxt = th->th_ack; in tcp_reno_do_fast_retransmit() 497 if (SEQ_GT(onxt, tp->snd_nxt)) in tcp_reno_do_fast_retransmit() 498 tp->snd_nxt = onxt; in tcp_reno_do_fast_retransmit() 625 tp->snd_nxt != tp->snd_max) ? incr : incr * 2; in tcp_reno_newack() 693 tcp_seq onxt = tp->snd_nxt; in tcp_newreno_fast_retransmit_newack() 727 (tp->snd_nxt - tp->sack_newdata) + in tcp_newreno_fast_retransmit_newack() 732 tp->snd_nxt = th->th_ack; in tcp_newreno_fast_retransmit_newack() 740 if (SEQ_GT(onxt, tp->snd_nxt)) in tcp_newreno_fast_retransmit_newack() [all …]
|
H A D | tcp_sack.c | 480 if (SEQ_GEQ(tp->snd_nxt, tp->rcv_lastsack)) in tcp_sack_adjust() 489 if (SEQ_LT(tp->snd_nxt, cur->end)) in tcp_sack_adjust() 491 if (SEQ_GEQ(tp->snd_nxt, n->start)) in tcp_sack_adjust() 494 tp->snd_nxt = n->start; in tcp_sack_adjust() 498 if (SEQ_LT(tp->snd_nxt, cur->end)) in tcp_sack_adjust() 500 tp->snd_nxt = tp->rcv_lastsack; in tcp_sack_adjust()
|
H A D | tcp_vtw.h | 210 uint32_t snd_nxt; member 388 uint32_t snd_nxt; member
|
H A D | tcp_vtw.c | 1622 res->snd_nxt = vtw->snd_nxt; in vtw_export_v4() 1724 res->snd_nxt = vtw->snd_nxt; in vtw_export_v6() 1895 vtw->snd_nxt = tp->snd_nxt; in vtw_add() 2080 vtw->snd_nxt = cp->snd_nxt; in vtw_restart_v4() 2130 vtw->snd_nxt = cp->snd_nxt; in vtw_restart_v6() 2236 vtw->snd_nxt = 0; in vtw_debug_add()
|
H A D | tcp_seq.h | 60 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
H A D | tcp_debug.c | 212 tp->rcv_nxt, tp->rcv_wnd, tp->rcv_up, tp->snd_una, tp->snd_nxt, in tcp_trace()
|
H A D | tcp_input.c | 1811 tp->snd_nxt == tp->snd_max) { in tcp_input() 2066 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input() 2067 tp->snd_nxt = tp->snd_una; in tcp_input() 2582 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_input() 2583 tp->snd_nxt = tp->snd_una; in tcp_input()
|
H A D | tcp_timer.c | 416 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
|
H A D | tcp_syncache.c | 767 tp->snd_max = tp->snd_nxt = tp->iss+1; in syn_cache_get() 1263 SEQ_GEQ(tp->snd_nxt, tp->snd_max)) { in syn_cache_respond()
|
H A D | tcp_var.h | 263 tcp_seq snd_nxt; /* send next */ member
|
H A D | tcp_subr.c | 1588 tp->snd_nxt = tp->sack_newdata = tp->snd_una; in tcp_mtudisc() 1649 tp->snd_nxt = tp->sack_newdata = tp->snd_una; in tcp6_mtudisc()
|
H A D | tcp_usrreq.c | 242 ti->tcpi_snd_nxt = tp->snd_nxt; in tcp_fill_info()
|
/netbsd/external/bsd/ipf/dist/ipsend/ |
H A D | sock.c | 454 ti->ti_seq = tcb.snd_nxt - 1;
|
H A D | iptests.c | 1141 ti.ti_seq = htonl(tcb.snd_nxt - 1); 1155 t->th_seq = htonl(tcb.snd_nxt);
|
/netbsd/usr.sbin/trpt/ |
H A D | trpt.c | 511 tp->rcv_nxt, tp->rcv_wnd, tp->snd_una, tp->snd_nxt, in tcp_trace()
|
/netbsd/sys/dev/pci/cxgb/ |
H A D | cxgb_t3_cpl.h | 741 __be32 snd_nxt; member 902 __be32 snd_nxt; member
|
/netbsd/usr.bin/netstat/ |
H A D | inet.c | 1098 tcpcb.snd_una, tcpcb.snd_nxt, tcpcb.snd_up); in tcp_dump()
|
H A D | inet6.c | 1548 mypcb.snd_una, mypcb.snd_nxt, mypcb.snd_up); in tcp6_dump()
|