|
@@ -803,7 +803,7 @@ static inline int tcp_is_cwnd_limited(const struct sock *sk, u32 in_flight)
|
|
return left <= tcp_max_burst(tp);
|
|
return left <= tcp_max_burst(tp);
|
|
}
|
|
}
|
|
|
|
|
|
-static inline void tcp_minshall_update(struct tcp_sock *tp, int mss,
|
|
|
|
|
|
+static inline void tcp_minshall_update(struct tcp_sock *tp, unsigned int mss,
|
|
const struct sk_buff *skb)
|
|
const struct sk_buff *skb)
|
|
{
|
|
{
|
|
if (skb->len < mss)
|
|
if (skb->len < mss)
|