X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=net%2Fnetfilter%2Fxt_TCPMSS.c;h=1841388c770a37e637d143d26e7bf883d16f6be5;hb=d8d1f30b95a635dbd610dcc5eb641aca8f4768cf;hp=62ec021fbd50ddd278da5f9f53756587d83fb786;hpb=31f46717997a83bdf6db0dd04810c0a329eb3148;p=deliverable%2Flinux.git diff --git a/net/netfilter/xt_TCPMSS.c b/net/netfilter/xt_TCPMSS.c index 62ec021fbd50..1841388c770a 100644 --- a/net/netfilter/xt_TCPMSS.c +++ b/net/netfilter/xt_TCPMSS.c @@ -165,8 +165,8 @@ static u_int32_t tcpmss_reverse_mtu(const struct sk_buff *skb, rcu_read_unlock(); if (rt != NULL) { - mtu = dst_mtu(&rt->u.dst); - dst_release(&rt->u.dst); + mtu = dst_mtu(&rt->dst); + dst_release(&rt->dst); } return mtu; }