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