/freebsd/sys/netinet/ |
H A D | tcp_output.c | 241 SEQ_GT(tp->snd_max, tp->snd_una) && /* SYN or SYN|ACK sent */ in tcp_default_output() 251 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == 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() 624 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_default_output() 722 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_default_output() 1030 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output() 1037 } else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_default_output() 1085 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output() 1091 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_default_output() [all …]
|
H A D | tcp_input.c | 430 tp->snd_recover = tp->snd_max; in cc_cong_signal() 444 tp->snd_recover = tp->snd_max + 1; in cc_cong_signal() 466 tp->snd_nxt = tp->snd_max; in cc_cong_signal() 473 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_cong_signal() 491 SEQ_GT(tp->snd_fack, tp->snd_max)) { in cc_post_recovery() 1571 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment() 1584 (tp->snd_max == tp->snd_una) && in tcp_do_segment() 1761 tp->snd_nxt == tp->snd_max && in tcp_do_segment() 1781 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_do_segment() 1879 if (tp->snd_una == tp->snd_max) in tcp_do_segment() [all …]
|
H A D | tcp_sack.c | 611 SEQ_LT(sack.start, tp->snd_max) && in tcp_sack_doack() 613 SEQ_LEQ(sack.end, tp->snd_max) && in tcp_sack_doack() 615 SEQ_GEQ(sack.end, tp->snd_max))) { in tcp_sack_doack() 971 if (tp->snd_nxt == tp->snd_max) { in tcp_sack_partialack() 1010 tcp_seq highdata = tp->snd_max; in tcp_sack_partialack() 1176 tp->sackhint.recover_fs = (tp->snd_max - tp->snd_una) - in tcp_sack_lost_retransmission()
|
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 | 803 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt()
|
H A D | tcp_subr.c | 1072 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init() 2872 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port() 3058 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput_with_port() 3354 tp->snd_recover = tp->snd_max; in tcp_mtudisc() 4175 if (!SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_ack_accounting()
|
H A D | siftr.c | 695 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
|
H A D | tcp_syncache.c | 919 tp->snd_max = tp->iss + 1; in syncache_socket() 1329 tp->snd_max = tp->iss; in syncache_tfo_expand()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 2251 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2260 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2276 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2295 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2303 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2327 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2330 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 2358 rack_log_hybrid_bw(rack, rack->rc_tp->snd_max, in rack_rate_cap_bw() 3606 if ((tp->snd_max == tp->snd_una) || in rack_enough_for_measurement() 3607 (th_ack == tp->snd_max)){ in rack_enough_for_measurement() [all …]
|
H A D | bbr.c | 580 if (SEQ_LT(tp->snd_una, tp->snd_max) || in bbr_timer_start() 625 ((tp->snd_max - tp->snd_una) == 1) && in bbr_timer_start() 985 (tp->snd_max == tp->snd_una)) { in bbr_timer_audit() 992 ((tp->snd_max - tp->snd_una) == 1) && in bbr_timer_audit() 1006 } else if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit() 1023 if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit() 3919 tp->snd_recover = tp->snd_max; in bbr_cong_signal() 4593 bbr->r_ctl.rc_last_tlp_seq = tp->snd_max; in bbr_timeout_tlp() 4762 tp->snd_una == tp->snd_max) { in bbr_timeout_persist() 4957 (tp->snd_una == tp->snd_max)) { in bbr_timeout_rxt() [all …]
|
H A D | sack_filter.c | 159 is_sack_on_board(struct sack_filter *sf, struct sackblk *b, int32_t segmax, uint32_t snd_max) in is_sack_on_board() 204 if ((b->end != snd_max) && in is_sack_on_board() 223 if ((b->end != snd_max) && in is_sack_on_board() 224 (sf->sf_blks[i].end != snd_max) && in is_sack_on_board() 253 if (((b->end != snd_max) || (sf->sf_blks[i].end == snd_max)) && in sack_filter_old() 294 if (((b->end != snd_max) || (sf->sf_blks[i].end == snd_max)) && in sack_move_to_empty() 326 if ((b->end != snd_max) && in sack_filter_new() 367 sack_filter_run(struct sack_filter *sf, struct sackblk *in, int numblks, tcp_seq th_ack, int32_t segmax, uint32_t snd_max) 628 tcp_seq th_ack, snd_una, snd_max = 0; main() local [all...] |
H A D | rack_bbr_common.c | 490 bytes_out = tp->snd_max - tp->snd_una; in ctf_outstanding() 673 SEQ_GT(th->th_ack, tp->snd_max))) { in ctf_do_dropafterack()
|
H A D | tcp_bbr.h | 238 uint32_t snd_max; member
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 203 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase() 355 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal() 380 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal()
|
H A D | cc_cdg.c | 464 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal() 476 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal()
|
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/qlnx/qlnxe/ |
H A D | tcp_common.h | 139 __le32 snd_max; member 282 __le32 snd_max; member
|
H A D | ecore_iscsi_api.h | 126 u32 snd_max; member
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 231 tcps_smax = p == NULL ? 0 : p->snd_max;
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_cpl_io.c | 382 tp->snd_max = iss + 1; in make_established() 861 tp->snd_max += plen; in t4_push_frames() 1108 tp->snd_max += adjusted_plen; in write_iscsi_mbuf_wr()
|
H A D | t4_tom.c | 917 (SEQ_LT(seq, tp->snd_una) || SEQ_GEQ(seq, tp->snd_max))) { in t4_pmtu_update() 920 __func__, toep->tid, seq, tp->snd_una, tp->snd_max); in t4_pmtu_update()
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 3709 uint32_t snd_max /* The ACK sequence number received in the last completed DDP */; member 4450 uint32_t snd_max /* Maximum sequence number that was ever transmitted */; member 4628 uint32_t snd_max /* Maximum sequence number that was ever transmitted */; member 4806 uint32_t snd_max /* Maximum sequence number that was ever transmitted */; member 4884 uint32_t snd_max /* Maximum sequence number that was ever transmitted */; member 10476 uint32_t snd_max; member
|