Searched refs:RTAX_SSTHRESH (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h339 RTAX_SSTHRESH, enumerator in enum:__anon231
340 #define RTAX_SSTHRESH RTAX_SSTHRESH macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h340 RTAX_SSTHRESH, enumerator in enum:__anon10284
341 #define RTAX_SSTHRESH RTAX_SSTHRESH macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c720 if (dst_metric(dst, RTAX_SSTHRESH) &&
721 !dst_metric_locked(dst, RTAX_SSTHRESH) &&
722 (tp->snd_cwnd >> 1) > dst_metric(dst, RTAX_SSTHRESH))
723 dst->metrics[RTAX_SSTHRESH-1] = tp->snd_cwnd >> 1;
730 if (!dst_metric_locked(dst, RTAX_SSTHRESH))
731 dst->metrics[RTAX_SSTHRESH-1] =
741 if (dst->metrics[RTAX_SSTHRESH-1] &&
742 !dst_metric_locked(dst, RTAX_SSTHRESH) &&
743 tp->snd_ssthresh > dst->metrics[RTAX_SSTHRESH-1])
744 dst->metrics[RTAX_SSTHRESH
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diproute.c811 mxlock |= (1<<RTAX_SSTHRESH);
816 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_SSTHRESH, win);

Completed in 112 milliseconds