Home
last modified time | relevance | path

Searched refs:cc_cong_signal (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c419 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 Dtcp_timer.c815 cc_cong_signal(tp, NULL, CC_RTO); in tcp_timer_rexmt()
H A Dtcp_sack.c1168 cc_cong_signal(tp, th, CC_NDUPACK); in tcp_sack_lost_retransmission()
H A Dtcp_var.h1399 void cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type);