| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_output.c | 254 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 …]
|
| HD | tcp_input.c | 469 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 …]
|
| HD | tcp_seq.h | 72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
| HD | tcp_sack.c | 594 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()
|
| HD | tcp_debug.c | 220 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
|
| HD | tcp_timer.c | 869 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt() 1037 if (SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_timers_unsuspend()
|
| HD | tcp_subr.c | 1016 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()
|
| HD | tcp_var.h | 145 tcp_seq snd_max; /* highest sequence number sent; member
|
| HD | tcp_syncache.c | 994 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/ |
| HD | rack.c | 3120 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 …]
|
| HD | bbr.c | 588 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 …]
|
| HD | sack_filter.c | 626 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()
|
| HD | rack_bbr_common.c | 535 bytes_out = tp->snd_max - tp->snd_una; in ctf_outstanding() 728 SEQ_GT(th->th_ack, tp->snd_max))) { in __ctf_do_dropafterack()
|
| HD | tcp_rack.h | 167 uint32_t snd_max; member
|
| HD | tcp_bbr.h | 238 uint32_t snd_max; member
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxe/ |
| HD | tcp_common.h | 139 __le32 snd_max; member 282 __le32 snd_max; member
|
| HD | ecore_iscsi_api.h | 126 u32 snd_max; member
|
| /freebsd-13-stable/sys/netinet/cc/ |
| HD | cc_chd.c | 195 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()
|
| HD | cc_newreno.c | 185 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()
|
| HD | cc_cdg.c | 453 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()
|
| HD | cc_htcp.c | 370 pipe = CCV(ccv, snd_max) - ccv->curack; in htcp_post_recovery()
|
| HD | cc_cubic.c | 378 pipe = CCV(ccv, snd_max) - ccv->curack; in cubic_post_recovery()
|
| /freebsd-13-stable/usr.sbin/trpt/ |
| HD | trpt.c | 420 (u_long)tp->snd_max); in tcp_trace()
|
| /freebsd-13-stable/cddl/lib/libdtrace/ |
| HD | tcp.d | 229 tcps_smax = p == NULL ? 0 : p->snd_max;
|
| /freebsd-13-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 390 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()
|