diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2005-02-23 03:17:24 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2005-02-23 03:17:24 -0800 |
| commit | 99a54de720dcd9902cd51a77d5275fa91850036c (patch) | |
| tree | 6dfdf6f955081c57dc49becb1e76ced63d59a05a /kernel | |
| parent | 6a135a53cb9ef5a17b5d52f9b49a5422257b2071 (diff) | |
[NET]: Add skb_header_release and use it in net/ipv4/tcp
This patch adds skb_header_release which can be called when the owner
of an skb no longer needs to access the header at all. What constitutes
the header is left up to the users of the skb to define.
For instance, for outbound TCP packets we define the header to be
anything in front of the TCP payload. Therefore we add skb_header_release
calls to all the paths where outound TCP packets are produced.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions
