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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h
index c27c8f10ebd..1119f6f6cdb 100644
--- a/include/net/inetpeer.h
+++ b/include/net/inetpeer.h
@@ -46,15 +46,13 @@ struct inet_peer {
46 }; 46 };
47 /* 47 /*
48 * Once inet_peer is queued for deletion (refcnt == -1), following fields 48 * Once inet_peer is queued for deletion (refcnt == -1), following fields
49 * are not available: rid, ip_id_count, tcp_ts, tcp_ts_stamp 49 * are not available: rid, ip_id_count
50 * We can share memory with rcu_head to help keep inet_peer small. 50 * We can share memory with rcu_head to help keep inet_peer small.
51 */ 51 */
52 union { 52 union {
53 struct { 53 struct {
54 atomic_t rid; /* Frag reception counter */ 54 atomic_t rid; /* Frag reception counter */
55 atomic_t ip_id_count; /* IP ID for the next packet */ 55 atomic_t ip_id_count; /* IP ID for the next packet */
56 __u32 tcp_ts;
57 __u32 tcp_ts_stamp;
58 }; 56 };
59 struct rcu_head rcu; 57 struct rcu_head rcu;
60 struct inet_peer *gc_next; 58 struct inet_peer *gc_next;