tcp: TCP Small Queues
[firefly-linux-kernel-4.4.55.git] / include / net / sock.h
index dcb54a0793ece6d9de2389fe9a181b4b8e17eb1a..88de092df50f491e5186a8c3af42c2cda68a8bf1 100644 (file)
@@ -858,6 +858,8 @@ struct proto {
        int                     (*backlog_rcv) (struct sock *sk,
                                                struct sk_buff *skb);
 
+       void            (*release_cb)(struct sock *sk);
+
        /* Keeping track of sk's, looking them up, and port selection methods. */
        void                    (*hash)(struct sock *sk);
        void                    (*unhash)(struct sock *sk);