diff options
| -rw-r--r-- | net/ipv4/ip_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index b50861b22b6b..38a20a9cca1a 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
| @@ -1517,6 +1517,7 @@ static DEFINE_PER_CPU(struct inet_sock, unicast_sock) = { | |||
| 1517 | .sk_wmem_alloc = ATOMIC_INIT(1), | 1517 | .sk_wmem_alloc = ATOMIC_INIT(1), |
| 1518 | .sk_allocation = GFP_ATOMIC, | 1518 | .sk_allocation = GFP_ATOMIC, |
| 1519 | .sk_flags = (1UL << SOCK_USE_WRITE_QUEUE), | 1519 | .sk_flags = (1UL << SOCK_USE_WRITE_QUEUE), |
| 1520 | .sk_pacing_rate = ~0U, | ||
| 1520 | }, | 1521 | }, |
| 1521 | .pmtudisc = IP_PMTUDISC_WANT, | 1522 | .pmtudisc = IP_PMTUDISC_WANT, |
| 1522 | .uc_ttl = -1, | 1523 | .uc_ttl = -1, |
