commit | d975ddd69698d068a8ebd294c382f1c791b380da | [log] [tgz] |
---|---|---|
author | Alexander Duyck <aduyck@mirantis.com> | Wed Feb 24 09:30:04 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 24 13:58:05 2016 -0500 |
tree | 8a7bf4cb92f8e275906a760556247c94a515a62e | |
parent | b3c3106ce3f4646a008cd238b16f899ae14fd2a7 [diff] |
eth: Pull header from first fragment via eth_get_headlen We want to try and pull the L4 header in if it is available in the first fragment. As such add the flag to indicate we want to pull the headers on the first fragment in. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Acked-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>