Searched refs:bbr_cong_signal (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 3907 bbr_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type, struct bbr_sendmap *rsm) in bbr_cong_signal() function 4329 bbr_cong_signal(tp, NULL, CC_NDUPACK, rsm); in bbr_check_recovery_mode() 7805 bbr_cong_signal(tp, th, CC_RTO_ERR, NULL); in bbr_process_ack() 8661 bbr_cong_signal(tp, th, CC_RTO_ERR, NULL); in bbr_fastack() 12146 bbr_cong_signal(tp, NULL, CC_NDUPACK, bbr->r_ctl.rc_resend); in bbr_output_wtime()
|