net: skb->dst accessors
[deliverable/linux.git] / net / sunrpc / xprtsock.c
index e1859614601350c219e23116978a2f40ccc9a96d..6c2d61586551511ff303760923bf6a887e0ae7b1 100644 (file)
@@ -918,7 +918,7 @@ static void xs_udp_data_ready(struct sock *sk, int len)
        UDPX_INC_STATS_BH(sk, UDP_MIB_INDATAGRAMS);
 
        /* Something worked... */
-       dst_confirm(skb->dst);
+       dst_confirm(skb_dst(skb));
 
        xprt_adjust_cwnd(task, copied);
        xprt_update_rtt(task);
This page took 0.023699 seconds and 5 git commands to generate.