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)
commit80bde363f9a43d942e404821b966e362131cd0ca
treea2458f08d28033a2fe10be1af80fc1fe3c42cf07
parent68cb7d531e6a87250a51b8a4ee1c79b3445aeff3
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