commit | d56f90a7c96da5187f0cdf07ee7434fe6aa78bbc | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Apr 10 20:50:43 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:24:59 2007 -0700 |
tree | 3b9073cecfbb3b6a1e25ab2b5dd2a22a43aef238 | |
parent | bbe735e4247dba32568a305553b010081c8dea99 [diff] |
[SK_BUFF]: Introduce skb_network_header() For the places where we need a pointer to the network header, it is still legal to touch skb->nh.raw directly if just adding to, subtracting from or setting it to another layer header. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>