diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 48cc337a6566..8678313a22b4 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -558,6 +558,7 @@ struct proto { | |||
558 | 558 | ||
559 | kmem_cache_t *twsk_slab; | 559 | kmem_cache_t *twsk_slab; |
560 | unsigned int twsk_obj_size; | 560 | unsigned int twsk_obj_size; |
561 | atomic_t *orphan_count; | ||
561 | 562 | ||
562 | struct request_sock_ops *rsk_prot; | 563 | struct request_sock_ops *rsk_prot; |
563 | 564 | ||