Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dtcp.h844 extern void tcp_enter_cwr(struct sock *sk, const int set_ssthresh);
/linux-3.4.99/net/ipv4/
Dtcp_input.c846 void tcp_enter_cwr(struct sock *sk, const int set_ssthresh) in tcp_enter_cwr() function
2911 tcp_enter_cwr(sk, 1); in tcp_try_to_open()
3570 tcp_enter_cwr(sk, 0); in tcp_ratehalving_spur_to_response()
Dtcp_output.c910 tcp_enter_cwr(sk, 1); in tcp_transmit_skb()