OSDN Git Service

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)
commit97ff7ffb11fe7a859a490771e7ce23f1f335176b
tree0b6bcf8f028ecbe20eafab86c08ef06150f02c15
parent0e219ae48c3bbf382ef96adf3825457315728c03
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