aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipip.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r--net/ipv4/ipip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c
index bb2f1b17fbf1..0c6e7bf18a43 100644
--- a/net/ipv4/ipip.c
+++ b/net/ipv4/ipip.c
@@ -416,7 +416,7 @@ static int ipip_tunnel_xmit(struct sk_buff *skb, struct net_device *dev)
416 416
417 if (!dst) { 417 if (!dst) {
418 /* NBMA tunnel */ 418 /* NBMA tunnel */
419 if ((rt = skb->rtable) == NULL) { 419 if ((rt = skb_rtable(skb)) == NULL) {
420 stats->tx_fifo_errors++; 420 stats->tx_fifo_errors++;
421 goto tx_error; 421 goto tx_error;
422 } 422 }