Searched refs:CC_RTO_ERR (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/netinet/cc/ |
| D | cc.h | 119 #define CC_RTO_ERR 0x00000004 /* RTO fired in error. */ macro
|
| D | cc_cubic.c | 326 case CC_RTO_ERR: in cubic_cong_signal()
|
| /freebsd-12-stable/sys/netinet/ |
| D | tcp_input.c | 437 case CC_RTO_ERR: in cc_cong_signal() 1657 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 1803 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2816 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
| /freebsd-12-stable/sys/netinet/tcp_stacks/ |
| D | rack.c | 1445 case CC_RTO_ERR: in rack_cong_signal() 4671 rack_cong_signal(tp, th, CC_RTO_ERR); in rack_process_ack() 5285 rack_cong_signal(tp, th, CC_RTO_ERR); in rack_fastack()
|