commit | 47f3b339ebb54277f61ad98735125d8040eb6a5d | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Tue Dec 18 15:28:40 2018 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Feb 01 14:34:38 2019 +0200 |
tree | 4b3e6f6f0a5849aa8ccfb7f330e4177633eddc32 | |
parent | 86ac993e0c8e952cea457fdcc482013b99e8d9ca [diff] |
net/icmpv6: Rework relevant signatures to pass ipv6 header pointer This is meant to remove the need for macro NET_IPV6_HDR(), since we don't know in future if accessing the header that way will be valid. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>