commit | 9a6027ba5c29ec6630e3fb36042029d297026009 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Thu Dec 20 12:59:56 2018 +0100 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri Feb 01 14:34:38 2019 +0200 |
tree | 15d0b2d347ba83bcd17f4a16d098fd08859dac58 | |
parent | 7a3150ea5e9becdb5ac22704da6c0fbd7fa43635 [diff] |
net/icmpv6: Improve callback signature to pass icmp header In nbr part, this is a useful information. Since net_icmpv6_input has already parsed the icmpv6 header, let's get pass it, instead of retrieving/parsing it again in various handler functions. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>