Searched refs:cc_cong_signal (Results 1 – 3 of 3) sorted by relevance
/openthread-3.5.0/third_party/tcplp/bsdtcp/ |
D | tcp_timer.c | 456 cc_cong_signal(tp, NULL, CC_RTO); in tcp_timer_rexmt()
|
D | tcp_input.c | 222 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal() function 1100 cc_cong_signal(tp, th, CC_ECN); in tcp_do_segment() 1248 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2157 cc_cong_signal(tp, th, CC_NDUPACK); in tcp_do_segment() 2310 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
D | tcp_var.h | 393 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
|