Florian Westphal <fw@xxxxxxxxx> wrote: > + if (likely(dst)) > + skb_dst_set_noref_force(skb, dst); Note that Hannes submitted a patch vs. net-next that removes skb_dst_set_noref_force(). So depending on the oder in which the patches are applied (iff they are...) the above should read skb_dst_set_noref(skb, dst); instead. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html