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

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

rfc v3 -> v1
 - add the helper declaration into the ip header

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