Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet/
H A Dtcp_output.c242 (tp->snd_nxt != tp->snd_una)) /* not a retransmit */ in tcp_default_output()
277 off = tp->snd_nxt - tp->snd_una; in tcp_default_output()
295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
416 if ((sack_bytes_rxmt == 0) || SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output()
435 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_default_output()
505 tp->snd_nxt = tp->snd_una; in tcp_default_output()
570 if (SEQ_LT((sack_rxmit ? p->rxmit : tp->snd_nxt) + len, in tcp_default_output()
624 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_default_output()
714 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output()
788 tp->snd_nxt = tp->iss; in tcp_default_output()
[all …]
H A Dtcp_input.c466 tp->snd_nxt = tp->snd_max; in cc_cong_signal()
1761 tp->snd_nxt == tp->snd_max && in tcp_do_segment()
2060 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_do_segment()
2061 tp->snd_nxt = tp->snd_una; in tcp_do_segment()
2068 tp->snd_nxt = th->th_ack; in tcp_do_segment()
2652 (tp->snd_nxt == tp->snd_max)) { in tcp_do_segment()
2671 SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_do_segment()
2695 tcp_seq onxt = tp->snd_nxt; in tcp_do_segment()
2740 tp->snd_nxt - tp->snd_una); in tcp_do_segment()
2752 tp->snd_nxt = tp->snd_max; in tcp_do_segment()
[all …]
H A Dtcp_sack.c971 if (tp->snd_nxt == tp->snd_max) { in tcp_sack_partialack()
973 (tp->snd_nxt - tp->snd_recover) + num_segs * maxseg); in tcp_sack_partialack()
1100 if (SEQ_GEQ(tp->snd_nxt, tp->snd_fack)) { in tcp_sack_adjust()
1110 if (SEQ_LT(tp->snd_nxt, cur->end)) { in tcp_sack_adjust()
1114 if (SEQ_GEQ(tp->snd_nxt, p->start)) { in tcp_sack_adjust()
1117 tp->snd_nxt = p->start; in tcp_sack_adjust()
1121 if (SEQ_LT(tp->snd_nxt, cur->end)) { in tcp_sack_adjust()
1124 tp->snd_nxt = tp->snd_fack; in tcp_sack_adjust()
H A Dtcp_timewait.c293 th->th_seq != tp->rcv_nxt || th->th_ack != tp->snd_nxt) { in tcp_twcheck()
296 tp->snd_nxt, TH_ACK); in tcp_twcheck()
H A Dtcp_seq.h70 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_ecn.c415 newdata = (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) && in tcp_ecn_output_established()
H A Dtcp_timer.c802 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
H A Dtcp_subr.c1080 (int32_t)(tp->snd_nxt - tp->snd_una) < in tcp_default_fb_init()
1100 tp->snd_nxt - tp->snd_una); in tcp_default_fb_init()
2201 tp->snd_nxt, TH_ACK); in tcp_send_challenge_ack()
3352 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
H A Dtcp_syncache.c920 tp->snd_nxt = tp->iss + 1; in syncache_socket()
1330 tp->snd_nxt = tp->iss; in syncache_tfo_expand()
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c184 dctcp_data->save_sndnxt = CCV(ccv, snd_nxt); in dctcp_after_idle()
284 dctcp_data->save_sndnxt = CCV(ccv, snd_nxt); in dctcp_cong_signal()
321 dctcp_data->save_sndnxt = CCV(ccv, snd_nxt); in dctcp_conn_init()
411 dctcp_data->save_sndnxt = CCV(ccv, snd_nxt); in dctcp_update_alpha()
H A Dcc_chd.c203 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase()
H A Dcc.c590 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_cc_cwnd_in_slow_start()
H A Dcc_newreno.c326 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_ack_received()
H A Dcc_cubic.c218 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in cubic_does_slow_start()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c136 FLOWC_PARAM(SNDNXT, tp->snd_nxt); in send_flowc_wr()
143 tp ? tp->snd_nxt : 0, tp ? tp->rcv_nxt : 0); in send_flowc_wr()
236 send_reset(struct adapter *sc, struct toepcb *toep, uint32_t snd_nxt) in send_reset() argument
271 req->rsvd0 = htobe32(snd_nxt); in send_reset()
273 req->rsvd0 = htobe32(tp->snd_nxt); in send_reset()
381 tp->snd_nxt = iss + 1; in make_established()
860 tp->snd_nxt += plen; in t4_push_frames()
1107 tp->snd_nxt += adjusted_plen; in write_iscsi_mbuf_wr()
1453 tp->snd_una = be32toh(cpl->snd_nxt) - 1; /* exclude FIN */ in do_close_con_rpl()
H A Dt4_tls.c685 tp->snd_nxt += m->m_len; in t4_push_ktls()
/freebsd/sbin/ipf/ipsend/
H A Dsock.c300 ti->ti_seq = tcb.snd_nxt - 1; in do_socket()
H A Diptests.c1086 ti.ti_seq = htonl(tcb.snd_nxt - 1); in ip_test5()
1100 t->th_seq = htonl(tcb.snd_nxt); in ip_test5()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d232 tcps_snxt = p == NULL ? 0 : p->snd_nxt;
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h237 uint32_t snd_nxt; member
H A Drack_bbr_common.c778 tp->snd_nxt, TH_ACK); in ctf_challenge_ack()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h768 __be32 snd_nxt; member
928 __be32 snd_nxt; member
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h1005 __be32 snd_nxt; member
1258 __be32 snd_nxt; member
2761 __be32 snd_nxt; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h4580 uint32_t snd_nxt /* Next sequence number to transmit, given by Tx */; member
4758 uint32_t snd_nxt /* Next sequence number to transmit, given by Tx */; member
4836 uint32_t snd_nxt /* Next sequence number to transmit, given by Tx */; member
5422 uint32_t snd_nxt /* The current sequence number to send */; member
5802 uint32_t snd_nxt /* The current sequence number to send */; member
6226 uint32_t snd_nxt /* The current sequence number to send */; member
/freebsd/sys/dev/irdma/
H A Dirdma_type.h937 u32 snd_nxt; member

12