Searched refs:CC_RTO_ERR (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc.h | 118 #define CC_RTO_ERR 0x00000004 /* RTO fired in error. */ macro
|
| H A D | cc_cubic.c | 325 case CC_RTO_ERR: in cubic_cong_signal()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_stats.c | 141 DVBKT(CC_RTO_ERR), DVBKT(CC_NDUPACK)), 0) in tcp_stats_init()
|
| H A D | tcp_input.c | 477 case CC_RTO_ERR: in cc_cong_signal() 1634 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 1787 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2853 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 4036 case CC_RTO_ERR: in rack_cong_signal() 8279 rack_cong_signal(tp, th, CC_RTO_ERR); in rack_process_ack() 9063 rack_cong_signal(tp, th, CC_RTO_ERR); in rack_fastack()
|
| H A D | bbr.c | 3999 case CC_RTO_ERR: in bbr_cong_signal() 7878 bbr_cong_signal(tp, th, CC_RTO_ERR, NULL); in bbr_process_ack() 8754 bbr_cong_signal(tp, th, CC_RTO_ERR, NULL); in bbr_fastack()
|