Searched refs:tcp_current_ssthresh (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_probe.c117 p->ssthresh = tcp_current_ssthresh(sk);
H A Dtcp_vegas.c277 tp->snd_ssthresh = tcp_current_ssthresh(sk);
H A Dtcp_input.c2059 tp->prior_ssthresh = tcp_current_ssthresh(sk);
2215 tp->prior_ssthresh = tcp_current_ssthresh(sk);
2879 tp->prior_ssthresh = tcp_current_ssthresh(sk);
2885 tp->rcv_ssthresh = tcp_current_ssthresh(sk);
2934 tp->snd_ssthresh = tcp_current_ssthresh(sk);
3097 tp->prior_ssthresh = tcp_current_ssthresh(sk);
4839 tp->snd_ssthresh = tcp_current_ssthresh(sk);
H A Dtcp_output.c144 tp->snd_ssthresh = tcp_current_ssthresh(sk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h786 static inline __u32 tcp_current_ssthresh(const struct sock *sk) function

Completed in 78 milliseconds