Home
last modified time | relevance | path

Searched refs:cong_signal (Results 1 – 3 of 3) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dcc.h138 void (*cong_signal)(struct cc_var *ccv, uint32_t type); member
Dtcp_input.c279 if (CC_ALGO(tp)->cong_signal != NULL) { in cc_cong_signal()
282 CC_ALGO(tp)->cong_signal(tp->ccv, type); in cc_cong_signal()
/external/openthread/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c72 .cong_signal = newreno_cong_signal,