| /freebsd/sys/netinet/ |
| H A D | tcp_output.c | 239 (tp->snd_nxt != tp->snd_una)) /* not a retransmit */ in tcp_default_output() 274 off = tp->snd_nxt - tp->snd_una; in tcp_default_output() 292 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output() 413 if ((sack_bytes_rxmt == 0) || SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_default_output() 432 if ((flags & TH_SYN) && SEQ_GT(tp->snd_nxt, tp->snd_una)) { in tcp_default_output() 502 tp->snd_nxt = tp->snd_una; in tcp_default_output() 567 if (SEQ_LT((sack_rxmit ? p->rxmit : tp->snd_nxt) + len, in tcp_default_output() 621 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_default_output() 711 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output() 785 tp->snd_nxt = tp->iss; in tcp_default_output() [all …]
|
| H A D | tcp_sack.c | 965 if (tp->snd_nxt == tp->snd_max) { in tcp_sack_partialack() 967 (tp->snd_nxt - tp->snd_recover) + num_segs * maxseg); in tcp_sack_partialack() 1081 if (SEQ_GEQ(tp->snd_nxt, tp->snd_fack)) { in tcp_sack_adjust() 1091 if (SEQ_LT(tp->snd_nxt, cur->end)) { in tcp_sack_adjust() 1095 if (SEQ_GEQ(tp->snd_nxt, p->start)) { in tcp_sack_adjust() 1098 tp->snd_nxt = p->start; in tcp_sack_adjust() 1102 if (SEQ_LT(tp->snd_nxt, cur->end)) { in tcp_sack_adjust() 1105 tp->snd_nxt = tp->snd_fack; in tcp_sack_adjust()
|
| H A D | tcp_input.c | 462 tp->snd_nxt = tp->snd_max; in cc_cong_signal() 1721 tp->snd_nxt == tp->snd_max && in tcp_do_segment() 2018 if (SEQ_LT(tp->snd_nxt, tp->snd_una)) in tcp_do_segment() 2019 tp->snd_nxt = tp->snd_una; in tcp_do_segment() 2026 tp->snd_nxt = th->th_ack; in tcp_do_segment() 2588 (tp->snd_nxt == tp->snd_max)) { in tcp_do_segment() 2607 SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_do_segment() 2630 tcp_seq onxt = tp->snd_nxt; in tcp_do_segment() 2674 tp->snd_nxt - tp->snd_una); in tcp_do_segment() 2686 tp->snd_nxt = tp->snd_max; in tcp_do_segment() [all …]
|
| H A D | tcp_timewait.c | 319 th->th_seq != tp->rcv_nxt || th->th_ack != tp->snd_nxt) { in tcp_twcheck() 324 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 | 417 newdata = (len > 0 && SEQ_GEQ(tp->snd_nxt, tp->snd_max) && in tcp_ecn_output_established()
|
| H A D | tcp_timer.c | 803 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt()
|
| H A D | tcp_subr.c | 1089 (int32_t)(tp->snd_nxt - tp->snd_una) < in tcp_default_fb_init() 1109 tp->snd_nxt - tp->snd_una); in tcp_default_fb_init() 2212 tp->snd_nxt, TH_ACK); in tcp_send_challenge_ack() 3636 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
|
| H A D | tcp_syncache.c | 926 tp->snd_nxt = tp->iss + 1; in syncache_socket() 1365 tp->snd_nxt = tp->iss; in syncache_tfo_expand()
|
| H A D | tcp_usrreq.c | 1553 ti->tcpi_snd_nxt = tp->snd_nxt; in tcp_fill_info() 2814 tp->snd_una, tp->snd_max, tp->snd_nxt); in db_print_tcpcb()
|
| /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 | 138 FLOWC_PARAM(SNDNXT, tp->snd_nxt); in send_flowc_wr() 145 tp ? tp->snd_nxt : 0, tp ? tp->rcv_nxt : 0); in send_flowc_wr() 242 send_reset(struct adapter *sc, struct toepcb *toep, uint32_t snd_nxt) in send_reset() argument 277 req->rsvd0 = htobe32(snd_nxt); in send_reset() 279 req->rsvd0 = htobe32(tp->snd_nxt); in send_reset() 387 tp->snd_nxt = iss + 1; in make_established() 927 tp->snd_nxt += plen; in t4_push_frames() 1176 tp->snd_nxt += adjusted_plen; in write_iscsi_mbuf_wr() 1409 tp->snd_nxt += adjusted_plen; in write_nvme_mbuf_wr() 1792 tp->snd_una = be32toh(cpl->snd_nxt) - 1; /* exclude FIN */ in do_close_con_rpl()
|
| /freebsd/sbin/ipf/ipsend/ |
| H A D | sock.c | 299 ti->ti_seq = tcb.snd_nxt - 1; in do_socket()
|
| H A D | iptests.c | 1085 ti.ti_seq = htonl(tcb.snd_nxt - 1); in ip_test5() 1099 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 | 773 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 | 1251 __be32 snd_nxt; member 1261 __be32 snd_nxt; member 1571 __be32 snd_nxt; member 1584 __be32 snd_nxt; member 1601 __be32 snd_nxt; member 1636 __be32 snd_nxt; member 4680 __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 | 940 u32 snd_nxt; member
|