Home
last modified time | relevance | path

Searched refs:rc_tp (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5555 bbr->rc_tp, in bbr_update_hardware_pacing_rate()
7911 bbr->rc_tp->t_acktime = 0; in bbr_process_ack()
8096 max_seq = bbr->rc_tp->snd_una + bbr->rc_tp->snd_wnd; in bbr_collapsed_window()
8198 (bbr->rc_tp->snd_una + bbr->rc_tp->snd_wnd), 0, cleared); in bbr_un_collapse_window()
10083 bbr->rc_tp = tp; in bbr_init()
10315 bbr->rc_tp = NULL; in bbr_fini()
10667 ((ctf_outstanding(bbr->rc_tp) + bbr->rc_tp->t_maxseg - 1) >= in bbr_set_probebw_gains()
11029 if ((bbr->rc_tp->snd_una == bbr->rc_tp->snd_max) && in bbr_state_startup()
11223 tp = bbr->rc_tp; in bbr_state_change()
11245 tp = bbr->rc_tp; in bbr_state_change()
[all …]
H A Drack.c2919 if (rack->rc_tp->snd_max == rack->rc_tp->snd_una) { in rack_enter_probertt()
2924 SEQ_GT(rack->rc_tp->snd_una, rack->rc_tp->gput_seq)) { in rack_enter_probertt()
2962 SEQ_GT(rack->rc_tp->snd_una, rack->rc_tp->gput_seq)) { in rack_exit_probertt()
3108 rack->rc_tp->snd_ssthresh = (rack->rc_tp->snd_cwnd - 1); in rack_exit_probertt()
7419 (rack->rc_tp->snd_max == rack->rc_tp->snd_una)) { in rack_do_decay()
7434 (rack->rc_tp->snd_max == rack->rc_tp->snd_una) || in rack_do_decay()
7946 rack->rc_tp->snd_cwnd = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_log_ack()
8435 max_seq = rack->rc_tp->snd_una + rack->rc_tp->snd_wnd; in rack_collapsed_window()
10362 rack->rc_tp = tp; in rack_init()
11401 if ((ctf_outstanding(rack->rc_tp) + (segsiz-1)) > rack->rc_tp->snd_wnd) in pace_to_fill_cwnd()
[all …]
H A Dtcp_rack.h403 struct tcpcb *rc_tp; /* The tcpcb Lock(a) */ member
H A Dtcp_bbr.h741 struct tcpcb *rc_tp; /* The tcpcb Lock(a) */ member