commit | 48d49d0ccdaa9caff4636ef9c3410973d28131b5 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Mar 10 12:30:58 2007 -0300 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:24:37 2007 -0700 |
tree | 3bdf0729bf05e817d1bb9c3299906682414f8a76 | |
parent | f64955eb117ad62480b858fd69a11e6f9e74f60b [diff] |
[SK_BUFF]: Introduce skb_set_mac_header() For the cases where we want to set skb->mac.raw to an offset from skb->data. Simple cases first, the memmove ones and specially pktgen will be left for later. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>