| /f-stack/freebsd/netinet/ |
| H A D | tcp_output.c | 285 off = tp->snd_nxt - tp->snd_una; in tcp_output() 331 off = p->rxmit - tp->snd_una; in tcp_output() 502 tp->snd_nxt = tp->snd_una; in tcp_output() 570 if (SEQ_LT(tp->snd_nxt + len, tp->snd_una + in tcp_output() 708 if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output() 723 SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output() 1115 else if (SEQ_GT(tp->snd_up, tp->snd_una)) in tcp_output() 1194 SEQ_LT(tp->snd_una, tp->snd_max))) { in tcp_output() 1305 tp->snd_up = tp->snd_una; /* drag it along */ in tcp_output() 1558 (tp->snd_nxt != tp->snd_una))) { in tcp_output() [all …]
|
| H A D | tcp_input.c | 1837 tp->snd_una = th->th_ack; in tcp_do_segment() 1862 if (tp->snd_una == tp->snd_max) in tcp_do_segment() 2032 tp->snd_una++; /* SYN is acked */ in tcp_do_segment() 2568 if (th->th_ack != tp->snd_una || in tcp_do_segment() 2684 tp->snd_nxt - tp->snd_una); in tcp_do_segment() 2814 tp->snd_una++; in tcp_do_segment() 2834 tp->snd_una++; in tcp_do_segment() 2938 tp->snd_una = th->th_ack; in tcp_do_segment() 2941 tp->snd_recover = tp->snd_una; in tcp_do_segment() 2944 tp->snd_nxt = tp->snd_una; in tcp_do_segment() [all …]
|
| H A D | tcp_sack.c | 558 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack() 559 left_edge_delta = th_ack - tp->snd_una; in tcp_sack_doack() 560 sack_blocks[num_sack_blks].start = tp->snd_una; in tcp_sack_doack() 574 SEQ_GT(sack.start, tp->snd_una) && in tcp_sack_doack() 577 SEQ_GT(sack.end, tp->snd_una) && in tcp_sack_doack() 612 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack); in tcp_sack_doack() 820 if (SEQ_LT(p->rxmit, tp->snd_una)) {/* old SACK hole */
|
| H A D | tcp_seq.h | 72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
|
| 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_timer.c | 479 tp->rcv_nxt, tp->snd_una - 1, 0); in tcp_timer_keep() 866 tp->snd_nxt = tp->snd_una; in tcp_timer_rexmt() 1033 if (SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_timers_unsuspend()
|
| H A D | tcp_var.h | 145 tcp_seq snd_una; /* sent but unacknowledged */ member 422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
|
| H A D | tcp_subr.c | 724 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init() 732 (int32_t)(tp->snd_nxt - tp->snd_una) < in tcp_default_fb_init() 752 tp->snd_nxt - tp->snd_una); in tcp_default_fb_init() 2511 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp_ctlinput() 2657 if (SEQ_GEQ(ntohl(icmp_tcp_seq), tp->snd_una) && in tcp6_ctlinput() 2926 tp->snd_nxt = tp->snd_una; in tcp_mtudisc()
|
| H A D | siftr.c | 799 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
|
| H A D | tcp_usrreq.c | 1319 tp->snd_up = tp->snd_una + sbavail(&so->so_snd); in tcp_usr_send() 2977 tp->snd_una, tp->snd_max, tp->snd_nxt); in db_print_tcpcb()
|
| H A D | tcp_log_buf.c | 1677 COPY_STAT(snd_una); in tcp_log_event_()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 6110 snd_una = tp->snd_una; in rack_log_output() 6120 seq_out = snd_una; in rack_log_output() 7661 ack_point = tp->snd_una; in rack_log_ack() 8013 uint32_t pipe, snd_una; in rack_log_ack() local 8018 snd_una = tp->snd_una; in rack_log_ack() 8020 snd_una = th_ack; in rack_log_ack() 8255 tp->snd_una++; in rack_process_ack() 8365 tp->snd_una = th->th_ack; in rack_process_ack() 9104 tp->snd_una = th->th_ack; in rack_fastack() 9264 tp->snd_una++; in rack_do_syn_sent() [all …]
|
| H A D | sack_filter.c | 627 tcp_seq th_ack, snd_una, snd_max = 0; in main() local 727 sack_filter_clear(&sf, snd_una); in main() 731 snd_una = th_ack; in main() 733 } else if (SEQ_GT(th_ack, snd_una)) { in main() 734 snd_una = th_ack; in main() 737 sack_filter_clear(&sf, snd_una); in main()
|
| H A D | bbr.c | 5953 snd_una = tp->snd_una; in bbr_log_output() 5975 seq_out = snd_una; in bbr_log_output() 7622 ack_point = tp->snd_una; in bbr_log_ack() 7854 tp->snd_una++; in bbr_process_ack() 7890 tp->snd_una = th->th_ack; in bbr_process_ack() 8776 tp->snd_una = th->th_ack; in bbr_fastack() 8939 tp->snd_una++; in bbr_do_syn_sent() 9209 tp->snd_una++; in bbr_do_syn_recv() 10217 rsm->r_start = tp->snd_una; in bbr_init() 13499 bbr_seq = tp->snd_una; in bbr_output_wtime() [all …]
|
| H A D | rack_bbr_common.c | 471 bytes_out = tp->snd_max - tp->snd_una; in ctf_outstanding() 634 (SEQ_GT(tp->snd_una, th->th_ack) || in ctf_do_dropafterack()
|
| H A D | tcp_rack.h | 109 uint32_t snd_una; member
|
| H A D | tcp_bbr.h | 238 uint32_t snd_una; member
|
| /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 | 145 tcp_seq snd_una; /* sent but unacknowledged */ member 422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 220 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook()
|