aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index b89680d2693b..c3175c400b79 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -586,7 +586,10 @@ struct proto {
586 struct request_sock_ops *rsk_prot; 586 struct request_sock_ops *rsk_prot;
587 struct timewait_sock_ops *twsk_prot; 587 struct timewait_sock_ops *twsk_prot;
588 588
589 struct inet_hashinfo *hashinfo; 589 union {
590 struct inet_hashinfo *hashinfo;
591 struct hlist_head *udp_hash;
592 } h;
590 593
591 struct module *owner; 594 struct module *owner;
592 595