Searched refs:tcp_max_burst (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp.h749 static __inline__ __u32 tcp_max_burst(const struct tcp_sock *tp) function
772 return left <= tcp_max_burst(tp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c1200 if (limit > tcp_max_burst(tp) * tp->mss_cache)
H A Dtcp_input.c1837 tcp_packets_in_flight(tp)+tcp_max_burst(tp));

Completed in 69 milliseconds