net_sched: cls_flow: use skb_header_pointer()
commit859c20123a6f4bac3fad6506f224908834fe3f68
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 23 Oct 2011 17:59:41 +0000 (23 17:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2011 22:40:14 +0000 (24 18:40 -0400)
tree61c166abfc00e492e94a0e877c819c8b91fdc846
parent59445b6b1f90b97c4e28062b96306bacfa4fb170
net_sched: cls_flow: use skb_header_pointer()

Dan Siemon would like to add tunnelling support to cls_flow

This preliminary patch introduces use of skb_header_pointer() to help
this task, while avoiding skb head reallocation because of deep packet
inspection.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_flow.c