]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: factor out protocol delivery helper
authorPaolo Abeni <pabeni@redhat.com>
Wed, 7 Nov 2018 11:38:32 +0000 (12:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 00:23:05 +0000 (16:23 -0800)
commitbd1ef9639d9bde12184983e211de09b14d313a93
treea2458f08d28033a2fe10be1af80fc1fe3c42cf07
parent06ab25dd1b20a575975502e6b576d0b0a2c8bebe
ipv6: factor out protocol delivery helper

So that we can re-use it at the UDP level in the next patch

rfc v3 -> v1:
 - add the helper declaration into the ipv6 header

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv6/ip6_input.c