net: wrap sk->sk_backlog_rcv()
[deliverable/linux.git] / net / ipv4 / tcp.c
index 7d81a1ee5507c08a2fb2b297fb387a7cf6bc55bb..7d3fe571d15fc704b35955014cabfeda6b107c43 100644 (file)
@@ -1161,7 +1161,7 @@ static void tcp_prequeue_process(struct sock *sk)
         * necessary */
        local_bh_disable();
        while ((skb = __skb_dequeue(&tp->ucopy.prequeue)) != NULL)
-               sk->sk_backlog_rcv(sk, skb);
+               sk_backlog_rcv(sk, skb);
        local_bh_enable();
 
        /* Clear memory counter. */
This page took 0.030735 seconds and 5 git commands to generate.