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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index dcb54a0793ec..88de092df50f 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -858,6 +858,8 @@ struct proto {
858 int (*backlog_rcv) (struct sock *sk, 858 int (*backlog_rcv) (struct sock *sk,
859 struct sk_buff *skb); 859 struct sk_buff *skb);
860 860
861 void (*release_cb)(struct sock *sk);
862
861 /* Keeping track of sk's, looking them up, and port selection methods. */ 863 /* Keeping track of sk's, looking them up, and port selection methods. */
862 void (*hash)(struct sock *sk); 864 void (*hash)(struct sock *sk);
863 void (*unhash)(struct sock *sk); 865 void (*unhash)(struct sock *sk);