Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/cc/
Dcc.h119 #define CC_RTO_ERR 0x00000004 /* RTO fired in error. */ macro
Dcc_cubic.c326 case CC_RTO_ERR: in cubic_cong_signal()
/freebsd-12-stable/sys/netinet/
Dtcp_input.c437 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/
Drack.c1445 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()