/freebsd/sys/netinet/ |
H A D | tcp_output.c | 242 (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 D | tcp_input.c | 466 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 D | tcp_sack.c | 971 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 D | tcp_timewait.c | 293 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 D | tcp_seq.h | 70 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
H A D | tcp_ecn.c | 415 newdata = (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) && in tcp_ecn_output_established()
|
H A D | tcp_timer.c | 802 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
|
H A D | tcp_subr.c | 1080 (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 D | tcp_syncache.c | 920 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 D | cc_dctcp.c | 184 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 D | cc_chd.c | 203 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase()
|
H A D | cc.c | 590 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_cc_cwnd_in_slow_start()
|
H A D | cc_newreno.c | 326 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_ack_received()
|
H A D | cc_cubic.c | 218 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in cubic_does_slow_start()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 136 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 D | t4_tls.c | 685 tp->snd_nxt += m->m_len; in t4_push_ktls()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | sock.c | 300 ti->ti_seq = tcb.snd_nxt - 1; in do_socket()
|
H A D | iptests.c | 1086 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 D | tcp.d | 232 tcps_snxt = p == NULL ? 0 : p->snd_nxt;
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_bbr.h | 237 uint32_t snd_nxt; member
|
H A D | rack_bbr_common.c | 778 tp->snd_nxt, TH_ACK); in ctf_challenge_ack()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 768 __be32 snd_nxt; member 928 __be32 snd_nxt; member
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 1005 __be32 snd_nxt; member 1258 __be32 snd_nxt; member 2761 __be32 snd_nxt; member
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 4580 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 D | irdma_type.h | 937 u32 snd_nxt; member
|