| commit | 832ae42a43dd7ea2a39d7cc0687363d0039da850 | [log] [tgz] |
|---|---|---|
| author | Ansis Atteka <aatteka@nicira.com> | Wed Sep 18 15:29:52 2013 -0700 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 13 15:42:47 2013 -0700 |
| tree | 840afb1d004cfe470723a78da32fb26f9522285a | |
| parent | 3c5bd142cbe6ca27b0e55451a4c37c703bc6ff66 [diff] |
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header [ Upstream commit 749154aa56b57652a282cbde57a57abc278d1205 ] skb->data already points to IP header, but for the sake of consistency we can also use ip_hdr() to retrieve it. Signed-off-by: Ansis Atteka <aatteka@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>