Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c280 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 Dtcp_seq.h72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_input.c451 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 Dtcp_debug.c221 (u_long)tp->snd_una, (u_long)tp->snd_nxt, (u_long)tp->snd_max); in tcp_trace()
H A Dtcp_sack.c576 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 Dtcp_timer.c867 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 Dtcp_subr.c724 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 Dtcp_var.h146 tcp_seq snd_max; /* highest sequence number sent; member
H A Dtcp_syncache.c1050 tp->snd_max = tp->iss + 1; in syncache_socket()
1418 tp->snd_max = tp->iss; in syncache_tfo_expand()
H A Dsiftr.c799 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
H A Dtcp_log_buf.c1678 COPY_STAT(snd_max); in tcp_log_event_()
H A Dtcp_usrreq.c2977 tp->snd_una, tp->snd_max, tp->snd_nxt); in db_print_tcpcb()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c2381 (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 Dsack_filter.c627 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 Dbbr.c5978 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 Drack_bbr_common.c471 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 Dtcp_rack.h111 uint32_t snd_max; member
H A Dtcp_bbr.h240 uint32_t snd_max; member
/f-stack/freebsd/netinet/cc/
H A Dcc_chd.c197 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 Dcc_newreno.c185 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 Dcc_cdg.c455 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 Dcc_htcp.c372 pipe = CCV(ccv, snd_max) - ccv->curack; in htcp_post_recovery()
H A Dcc_cubic.c379 pipe = CCV(ccv, snd_max) - ccv->curack; in cubic_post_recovery()
/f-stack/tools/compat/include/netinet/
H A Dtcp_seq.h72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
H A Dtcp_var.h146 tcp_seq snd_max; /* highest sequence number sent; member