| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 280 SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output() 723 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output() 1022 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output() 1070 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output() 1074 if (SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output() 1162 tp->snd_nxt == tp->snd_max) in tcp_output() 1194 SEQ_LT(tp->snd_una, tp->snd_max))) { in tcp_output() 1233 th->th_seq = htonl(tp->snd_max); in tcp_output() 1524 if (SEQ_GT(tp->snd_nxt, tp->snd_max)) { in tcp_output() 1525 tp->snd_max = tp->snd_nxt; in tcp_output() [all …]
|
| H A D | tcp_seq.h | 72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
| H A D | tcp_input.c | 451 tp->snd_recover = tp->snd_max; in cc_cong_signal() 465 tp->snd_recover = tp->snd_max + 1; in cc_cong_signal() 487 tp->snd_nxt = tp->snd_max; in cc_cong_signal() 1751 tp->snd_nxt == tp->snd_max && in tcp_do_segment() 1862 if (tp->snd_una == tp->snd_max) in tcp_do_segment() 2038 (tp->snd_una != tp->snd_max)) { in tcp_do_segment() 2491 if (SEQ_GT(th->th_ack, tp->snd_max)) { in tcp_do_segment() 2720 tcp_seq oldsndmax = tp->snd_max; in tcp_do_segment() 2745 sent = tp->snd_max - oldsndmax; in tcp_do_segment() 2888 if (th->th_ack == tp->snd_max) { in tcp_do_segment() [all …]
|
| H A D | tcp_debug.c | 221 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
|
| H A D | tcp_sack.c | 576 SEQ_LT(sack.start, tp->snd_max) && in tcp_sack_doack() 578 SEQ_LEQ(sack.end, tp->snd_max)) { in tcp_sack_doack()
|
| H A D | tcp_timer.c | 867 tp->snd_recover = tp->snd_max; in tcp_timer_rexmt() 1033 if (SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_timers_unsuspend()
|
| H A D | tcp_subr.c | 724 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init() 2512 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp_ctlinput() 2658 SEQ_LT(ntohl(icmp_tcp_seq), tp->snd_max)) { in tcp6_ctlinput() 2928 tp->snd_recover = tp->snd_max; in tcp_mtudisc()
|
| H A D | tcp_var.h | 146 tcp_seq snd_max; /* highest sequence number sent; member
|
| H A D | tcp_syncache.c | 1050 tp->snd_max = tp->iss + 1; in syncache_socket() 1418 tp->snd_max = tp->iss; in syncache_tfo_expand()
|
| H A D | siftr.c | 799 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
|
| H A D | tcp_log_buf.c | 1678 COPY_STAT(snd_max); in tcp_log_event_()
|
| H A D | tcp_usrreq.c | 2977 tp->snd_una, tp->snd_max, tp->snd_nxt); in db_print_tcpcb()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 2381 (th_ack == tp->snd_max)){ in rack_enough_for_measurement() 4050 tp->snd_nxt = tp->snd_max; in rack_cong_signal() 6126 snd_max = tp->snd_max; in rack_log_output() 6143 snd_max = tp->snd_nxt; in rack_log_output() 6155 if (seq_out == snd_max) { in rack_log_output() 8574 tp->snd_nxt = tp->snd_max; in rack_process_data() 10465 rsm->r_end = tp->snd_max; in rack_init() 10616 tp->snd_nxt = tp->snd_max; in rack_fini() 13499 rack_seq = tp->snd_max; in rack_output() 13907 tp->snd_max = tp->snd_nxt; in rack_output() [all …]
|
| H A D | sack_filter.c | 627 tcp_seq th_ack, snd_una, snd_max = 0; in main() local 686 snd_max = strtoul(&buffer[4], NULL, 0); in main() 751 if (SEQ_GT(endv, snd_max)) in main() 752 snd_max = endv; in main()
|
| H A D | bbr.c | 5978 snd_max = tp->snd_max; in bbr_log_output() 5985 if (seq_out == snd_max) { in bbr_log_output() 7616 last_seq = tp->snd_max; in bbr_log_ack() 10218 rsm->r_end = tp->snd_max; in bbr_init() 10348 tp->snd_nxt = tp->snd_max; in bbr_fini() 13473 bbr_seq = tp->snd_max; in bbr_output_wtime() 13489 bbr_seq = tp->snd_max; in bbr_output_wtime() 13518 bbr_seq = tp->snd_max; in bbr_output_wtime() 13913 tp->snd_max++; in bbr_output_wtime() 13918 tp->snd_max += len; in bbr_output_wtime() [all …]
|
| H A D | rack_bbr_common.c | 471 bytes_out = tp->snd_max - tp->snd_una; in ctf_outstanding() 635 SEQ_GT(th->th_ack, tp->snd_max))) { in ctf_do_dropafterack()
|
| H A D | tcp_rack.h | 111 uint32_t snd_max; member
|
| H A D | tcp_bbr.h | 240 uint32_t snd_max; member
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc_chd.c | 197 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) { in chd_window_increase() 341 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal() 366 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in chd_cong_signal()
|
| H A D | cc_newreno.c | 185 if (CCV(ccv, snd_nxt) == CCV(ccv, snd_max)) in newreno_ack_received() 308 pipe = CCV(ccv, snd_max) - ccv->curack; in newreno_post_recovery()
|
| H A D | cc_cdg.c | 455 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal() 467 CCV(ccv, snd_recover) = CCV(ccv, snd_max); in cdg_cong_signal()
|
| H A D | cc_htcp.c | 372 pipe = CCV(ccv, snd_max) - ccv->curack; in htcp_post_recovery()
|
| H A D | cc_cubic.c | 379 pipe = CCV(ccv, snd_max) - ccv->curack; in cubic_post_recovery()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
| H A D | tcp_var.h | 146 tcp_seq snd_max; /* highest sequence number sent; member
|