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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 4f26f2f83be9..3100e71f0c3d 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -772,6 +772,7 @@ struct proto {
772 int *sysctl_wmem; 772 int *sysctl_wmem;
773 int *sysctl_rmem; 773 int *sysctl_rmem;
774 int max_header; 774 int max_header;
775 bool no_autobind;
775 776
776 struct kmem_cache *slab; 777 struct kmem_cache *slab;
777 unsigned int obj_size; 778 unsigned int obj_size;