commit | 749154aa56b57652a282cbde57a57abc278d1205 | [log] [tgz] |
---|---|---|
author | Ansis Atteka <aatteka@nicira.com> | Wed Sep 18 15:29:52 2013 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 19 14:11:15 2013 -0400 |
tree | acf1977fa73c95547c0c121ef13c6e1fc1d4e8ef | |
parent | 279f438e36c0a70b23b86d2090aeec50155034a9 [diff] |
ip: use ip_hdr() in __ip_make_skb() to retrieve IP header 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>