From: Eric Dumazet Date: Tue, 8 Nov 2011 10:45:04 +0000 (+0000) Subject: sch_choke: use skb_header_pointer() X-Git-Tag: v3.3-rc1~182^2~632 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ecd04bc04af7df98b3a93c571e31b6ef6a90681;p=pandora-kernel.git sch_choke: use skb_header_pointer() Remove the assumption that skb_get_rxhash() makes IP header and ports linear, and use skb_header_pointer() instead in choke_match_flow() This permits __skb_get_rxhash() to use skb_header_pointer() eventually. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed