commit | 859c20123a6f4bac3fad6506f224908834fe3f68 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sun Oct 23 17:59:41 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 24 18:40:14 2011 -0400 |
tree | 61c166abfc00e492e94a0e877c819c8b91fdc846 | |
parent | 59445b6b1f90b97c4e28062b96306bacfa4fb170 [diff] |
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>