Home
last modified time | relevance | path

Searched refs:CC_RTO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dcc.h166 #define CC_RTO 0x00000002 /* RTO fired. */ macro
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_sunreno.c184 case CC_RTO: in sunreno_cong_signal()
H A Dcc_newreno.c247 case CC_RTO: in newreno_cong_signal()
H A Dcc_cubic.c325 case CC_RTO: in cubic_cong_signal()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c787 cc_cong_signal(tcp, 0, CC_RTO); in tcp_timer()
H A Dtcp_input.c250 case CC_RTO: in cc_cong_signal()