diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 048f8de724c2..b9d0ba618b6b 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1024,7 +1024,7 @@ static inline int tcp_paws_check(const struct tcp_options_received *rx_opt, int | |||
1024 | 1024 | ||
1025 | #define TCP_CHECK_TIMER(sk) do { } while (0) | 1025 | #define TCP_CHECK_TIMER(sk) do { } while (0) |
1026 | 1026 | ||
1027 | static inline void tcp_mib_init(void) | 1027 | static inline void tcp_mib_init(struct net *net) |
1028 | { | 1028 | { |
1029 | /* See RFC 2012 */ | 1029 | /* See RFC 2012 */ |
1030 | TCP_ADD_STATS_USER(TCP_MIB_RTOALGORITHM, 1); | 1030 | TCP_ADD_STATS_USER(TCP_MIB_RTOALGORITHM, 1); |