sch_choke: use skb_header_pointer()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 8 Nov 2011 10:45:04 +0000 (10:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 21:41:31 +0000 (16:41 -0500)
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 <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found