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 b7c75e024e37..709311132d4c 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1138,6 +1138,7 @@ struct proto {
1138 1138
1139int proto_register(struct proto *prot, int alloc_slab); 1139int proto_register(struct proto *prot, int alloc_slab);
1140void proto_unregister(struct proto *prot); 1140void proto_unregister(struct proto *prot);
1141int sock_load_diag_module(int family, int protocol);
1141 1142
1142#ifdef SOCK_REFCNT_DEBUG 1143#ifdef SOCK_REFCNT_DEBUG
1143static inline void sk_refcnt_debug_inc(struct sock *sk) 1144static inline void sk_refcnt_debug_inc(struct sock *sk)