]> git.baikalelectronics.ru Git - kernel.git/commit
net: use indirect calls helpers at early demux stage
authorPaolo Abeni <pabeni@redhat.com>
Fri, 3 May 2019 15:01:38 +0000 (17:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 May 2019 17:38:04 +0000 (10:38 -0700)
commit10e8ac233d3b3645a90a849e38025badd3fb8371
tree0b6bcf8f028ecbe20eafab86c08ef06150f02c15
parent2d9b0589f5a7f0cd7c2d4229530b313d1d8a9bc0
net: use indirect calls helpers at early demux stage

So that we avoid another indirect call per RX packet, if
early demux is enabled.

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