Searched refs:cc_cong_signal (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 440 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal() function 1604 cc_cong_signal(tp, th, CC_ECN); in tcp_do_segment() 1634 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 1787 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2671 cc_cong_signal(tp, th, CC_NDUPACK); in tcp_do_segment() 2853 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
| H A D | tcp_var.h | 955 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
|
| H A D | tcp_timer.c | 877 cc_cong_signal(tp, NULL, CC_RTO); in tcp_timer_rexmt()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 955 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
|