aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inetpeer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inetpeer.h')
-rw-r--r--include/net/inetpeer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
index 5a96c8edc526..733edc641b76 100644
--- a/include/net/inetpeer.h
+++ b/include/net/inetpeer.h
@@ -113,8 +113,7 @@ static inline struct inet_peer *inet_getpeer_v6(struct net *net,
113extern void inet_putpeer(struct inet_peer *p); 113extern void inet_putpeer(struct inet_peer *p);
114extern bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout); 114extern bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
115 115
116extern void __inetpeer_invalidate_tree(struct inet_peer_base *); 116extern void inetpeer_invalidate_tree(struct inet_peer_base *);
117extern void inetpeer_invalidate_tree(struct net *net, int family);
118 117
119/* 118/*
120 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts, 119 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts,