Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/netinet/
HDtcp_output.c254 SEQ_GT(tp->snd_max, tp->snd_una) && /* initial SYN or SYN|ACK sent */ in tcp_output()
264 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
282 SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
636 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) /* retransmit case */ in tcp_output()
735 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output()
1043 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1050 } else if (SEQ_LT(tp->snd_nxt, tp->snd_max) || sack_rxmit) { in tcp_output()
1091 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1097 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()
1205 tp->snd_nxt == tp->snd_max) in tcp_output()
[all …]
HDtcp_input.c469 tp->snd_recover = tp->snd_max; in cc_cong_signal()
483 tp->snd_recover = tp->snd_max + 1; in cc_cong_signal()
505 tp->snd_nxt = tp->snd_max; in cc_cong_signal()
1627 (SEQ_LEQ(th->th_ack, tp->iss) || SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
1828 tp->snd_nxt == tp->snd_max && in tcp_do_segment()
1848 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_do_segment()
1940 if (tp->snd_una == tp->snd_max) in tcp_do_segment()
1952 tp->snd_max) || tp->t_flags & TF_ACKNOW) in tcp_do_segment()
2051 SEQ_GT(th->th_ack, tp->snd_max))) { in tcp_do_segment()
2128 (tp->snd_una != tp->snd_max)) { in tcp_do_segment()
[all …]
HDtcp_seq.h72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
HDtcp_sack.c594 SEQ_LT(sack.start, tp->snd_max) && in tcp_sack_doack()
596 SEQ_LEQ(sack.end, tp->snd_max)) { in tcp_sack_doack()
866 (tp->snd_recover == tp->snd_max) && in tcp_sack_partialack()
875 tcp_seq highdata = tp->snd_max; in tcp_sack_partialack()
HDtcp_debug.c220 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
HDtcp_timer.c869 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt()
1037 if (SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_timers_unsuspend()
HDtcp_subr.c1016 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init()
2885 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput_with_port()
3078 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput_with_port()
3381 tp->snd_recover = tp->snd_max; in tcp_mtudisc()
HDtcp_var.h145 tcp_seq snd_max; /* highest sequence number sent; member
HDtcp_syncache.c994 tp->snd_max = tp->iss + 1; in syncache_socket()
1366 tp->snd_max = tp->iss; in syncache_tfo_expand()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDrack.c3120 if ((tp->snd_max == tp->snd_una) || in rack_enough_for_measurement()
3121 (th_ack == tp->snd_max)){ in rack_enough_for_measurement()
3662 if (rack->rc_tp->snd_max == rack->rc_tp->snd_una) { in rack_enter_probertt()
3859 rack->r_ctl.rc_probertt_sndmax_atexit = rack->rc_tp->snd_max; in rack_exit_probertt()
4894 rack->r_ctl.rc_prr_recovery_fs = tp->snd_max - tp->snd_una; in rack_cong_signal()
4895 tp->snd_recover = tp->snd_max; in rack_cong_signal()
4909 tp->snd_recover = tp->snd_max + 1; in rack_cong_signal()
4940 tp->snd_nxt = tp->snd_max; in rack_cong_signal()
5140 if (((tp->snd_max - tp->snd_una) - rack->r_ctl.rc_sacked + rack->r_ctl.rc_holes_rxt) <= segsiz) { in rack_calc_thresh_tlp()
5345 if (SEQ_LT(tp->snd_una, tp->snd_max) || sbavail(&(tp->t_inpcb->inp_socket->so_snd))) { in rack_timer_start()
[all …]
HDbbr.c588 if (SEQ_LT(tp->snd_una, tp->snd_max) || sbavail(&(tp->t_inpcb->inp_socket->so_snd))) { in bbr_timer_start()
632 ((tp->snd_max - tp->snd_una) == 1) && in bbr_timer_start()
993 (tp->snd_max == tp->snd_una)) { in bbr_timer_audit()
1000 ((tp->snd_max - tp->snd_una) == 1) && in bbr_timer_audit()
1014 } else if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit()
1031 if (SEQ_GT(tp->snd_max, tp->snd_una) && in bbr_timer_audit()
3933 tp->snd_recover = tp->snd_max; in bbr_cong_signal()
4608 bbr->r_ctl.rc_last_tlp_seq = tp->snd_max; in bbr_timeout_tlp()
4780 tp->snd_una == tp->snd_max) { in bbr_timeout_persist()
4977 (tp->snd_una == tp->snd_max)) { in bbr_timeout_rxt()
[all …]
HDsack_filter.c626 tcp_seq th_ack, snd_una, snd_max = 0; in main() local
685 snd_max = strtoul(&buffer[4], NULL, 0); in main()
750 if (SEQ_GT(endv, snd_max)) in main()
751 snd_max = endv; in main()
HDrack_bbr_common.c535 bytes_out = tp->snd_max - tp->snd_una; in ctf_outstanding()
728 SEQ_GT(th->th_ack, tp->snd_max))) { in __ctf_do_dropafterack()
HDtcp_rack.h167 uint32_t snd_max; member
HDtcp_bbr.h238 uint32_t snd_max; member
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDtcp_common.h139 __le32 snd_max; member
282 __le32 snd_max; member
HDecore_iscsi_api.h126 u32 snd_max; member
/freebsd-13-stable/sys/netinet/cc/
HDcc_chd.c195 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase()
339 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal()
364 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal()
HDcc_newreno.c185 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_ack_received()
321 pipe = CCV(ccv, snd_max) - ccv->curack; in newreno_post_recovery()
HDcc_cdg.c453 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal()
465 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal()
HDcc_htcp.c370 pipe = CCV(ccv, snd_max) - ccv->curack; in htcp_post_recovery()
HDcc_cubic.c378 pipe = CCV(ccv, snd_max) - ccv->curack; in cubic_post_recovery()
/freebsd-13-stable/usr.sbin/trpt/
HDtrpt.c420 (u_long)tp->snd_max); in tcp_trace()
/freebsd-13-stable/cddl/lib/libdtrace/
HDtcp.d229 tcps_smax = p == NULL ? 0 : p->snd_max;
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c390 tp->snd_max = iss + 1; in make_established()
890 tp->snd_max += plen; in t4_push_frames()
1137 tp->snd_max += adjusted_plen; in write_iscsi_mbuf_wr()

12