Searched refs:cc_cong_signal (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 419 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal() function 1605 cc_cong_signal(tp, th, CC_ECN); in tcp_do_segment() 1642 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 1802 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment() 2719 cc_cong_signal(tp, th, CC_NDUPACK); in tcp_do_segment() 2964 cc_cong_signal(tp, th, CC_RTO_ERR); in tcp_do_segment()
|
H A D | tcp_timer.c | 815 cc_cong_signal(tp, NULL, CC_RTO); in tcp_timer_rexmt()
|
H A D | tcp_sack.c | 1168 cc_cong_signal(tp, th, CC_NDUPACK); in tcp_sack_lost_retransmission()
|
H A D | tcp_var.h | 1399 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);
|