tcp: TCP Small Queues
[firefly-linux-kernel-4.4.55.git] / net / ipv4 / tcp_ipv4.c
index ddefd39ac0cfa84daf4ec7676673dddea8f63c1e..01545a3fc0f25e38b1f1ad130246211179a27eb3 100644 (file)
@@ -2588,6 +2588,7 @@ struct proto tcp_prot = {
        .sendmsg                = tcp_sendmsg,
        .sendpage               = tcp_sendpage,
        .backlog_rcv            = tcp_v4_do_rcv,
+       .release_cb             = tcp_release_cb,
        .hash                   = inet_hash,
        .unhash                 = inet_unhash,
        .get_port               = inet_csk_get_port,