Searched refs:CC_RTO_ERR (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/cc/ |
H A D | cc.h | 127 CC_RTO_ERR = 0x0400, /* RTO fired in error. */ enumerator
|
H A D | cc_cubic.c | 482 case CC_RTO_ERR: in cubic_cong_signal()
|
/freebsd/sys/netinet/ |
H A D | tcp_stats.c | 138 DVBKT(CC_RTO_ERR), DVBKT(CC_NDUPACK)), 0) in tcp_stats_init()
|
H A D | tcp_input.c | 456 case CC_RTO_ERR: in cc_cong_signal() 1801 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2962 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 5777 case CC_RTO_ERR: in rack_cong_signal() 10435 rack_cong_signal(tp, CC_RTO_ERR, th_ack, __LINE__); in rack_process_to_cumack() 11894 rack_cong_signal(tp, CC_RTO_ERR, th->th_ack, __LINE__); in rack_process_ack() 12739 rack_cong_signal(tp, CC_RTO_ERR, th->th_ack, __LINE__); in rack_fastack() 16059 rack_cong_signal(tp, CC_RTO_ERR, high_seq, __LINE__); in rack_do_compressed_ack_processing()
|
H A D | bbr.c | 3976 case CC_RTO_ERR: in bbr_cong_signal() 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()
|