Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dcc.h105 #define CC_ECN 0x00000001 /* ECN marked packet received. */ macro
Dtcp_input.c234 case CC_ECN: in cc_cong_signal()
1100 cc_cong_signal(tp, th, CC_ECN); in tcp_do_segment()
/openthread-latest/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c206 case CC_ECN: in newreno_cong_signal()