From: Eric Dumazet Date: Tue, 2 Jun 2009 05:14:27 +0000 (+0000) Subject: net: skb->rtable accessor X-Git-Tag: v2.6.31-rc1~330^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511c3f92ad5b6d9f8f6464be1b4f85f0422be91a;p=pandora-kernel.git net: skb->rtable accessor Define skb_rtable(const struct sk_buff *skb) accessor to get rtable from skb Delete skb->rtable field Setting rtable is not allowed, just set dst instead as rtable is an alias. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed