Home
last modified time | relevance | path

Searched refs:snd_una (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_output.c285 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 Dtcp_input.c1837 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 Dtcp_sack.c558 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 Dtcp_seq.h72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
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_timer.c479 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 Dtcp_var.h145 tcp_seq snd_una; /* sent but unacknowledged */ member
422 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
H A Dtcp_subr.c724 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 Dsiftr.c799 pn->sent_inflight_bytes = tp->snd_max - tp->snd_una; in siftr_siftdata()
H A Dtcp_usrreq.c1319 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 Dtcp_log_buf.c1677 COPY_STAT(snd_una); in tcp_log_event_()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c6110 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 Dsack_filter.c627 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 Dbbr.c5953 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 Drack_bbr_common.c471 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 Dtcp_rack.h109 uint32_t snd_una; member
H A Dtcp_bbr.h238 uint32_t snd_una; member
/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.h145 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 Dh_ertt.c220 acked = th->th_ack - tp->snd_una; in ertt_packet_measurement_hook()