aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/inetpeer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
index 06b795dd5906..ff04a33acf00 100644
--- a/include/net/inetpeer.h
+++ b/include/net/inetpeer.h
@@ -41,6 +41,7 @@ struct inet_peer {
41 u32 pmtu_orig; 41 u32 pmtu_orig;
42 u32 pmtu_learned; 42 u32 pmtu_learned;
43 struct inetpeer_addr_base redirect_learned; 43 struct inetpeer_addr_base redirect_learned;
44 struct list_head gc_list;
44 /* 45 /*
45 * Once inet_peer is queued for deletion (refcnt == -1), following fields 46 * Once inet_peer is queued for deletion (refcnt == -1), following fields
46 * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp 47 * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp
@@ -96,6 +97,8 @@ static inline struct inet_peer *inet_getpeer_v6(const struct in6_addr *v6daddr,
96extern void inet_putpeer(struct inet_peer *p); 97extern void inet_putpeer(struct inet_peer *p);
97extern bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout); 98extern bool inet_peer_xrlim_allow(struct inet_peer *peer, int timeout);
98 99
100extern void inetpeer_invalidate_tree(int family);
101
99/* 102/*
100 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts, 103 * temporary check to make sure we dont access rid, ip_id_count, tcp_ts,
101 * tcp_ts_stamp if no refcount is taken on inet_peer 104 * tcp_ts_stamp if no refcount is taken on inet_peer