Home
last modified time | relevance | path

Searched refs:snd_nxt (Results 1 – 19 of 19) sorted by relevance

/netbsd/sys/netinet/
H A Dtcp_output.c612 (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 Dtcp_congctl.c481 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 Dtcp_sack.c480 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 Dtcp_vtw.h210 uint32_t snd_nxt; member
388 uint32_t snd_nxt; member
H A Dtcp_vtw.c1622 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 Dtcp_seq.h60 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_debug.c212 tp->rcv_nxt, tp->rcv_wnd, tp->rcv_up, tp->snd_una, tp->snd_nxt, in tcp_trace()
H A Dtcp_input.c1811 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 Dtcp_timer.c416 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
H A Dtcp_syncache.c767 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 Dtcp_var.h263 tcp_seq snd_nxt; /* send next */ member
H A Dtcp_subr.c1588 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 Dtcp_usrreq.c242 ti->tcpi_snd_nxt = tp->snd_nxt; in tcp_fill_info()
/netbsd/external/bsd/ipf/dist/ipsend/
H A Dsock.c454 ti->ti_seq = tcb.snd_nxt - 1;
H A Diptests.c1141 ti.ti_seq = htonl(tcb.snd_nxt - 1);
1155 t->th_seq = htonl(tcb.snd_nxt);
/netbsd/usr.sbin/trpt/
H A Dtrpt.c511 tp->rcv_nxt, tp->rcv_wnd, tp->snd_una, tp->snd_nxt, in tcp_trace()
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_t3_cpl.h741 __be32 snd_nxt; member
902 __be32 snd_nxt; member
/netbsd/usr.bin/netstat/
H A Dinet.c1098 tcpcb.snd_una, tcpcb.snd_nxt, tcpcb.snd_up); in tcp_dump()
H A Dinet6.c1548 mypcb.snd_una, mypcb.snd_nxt, mypcb.snd_up); in tcp6_dump()