commit | 0e219ae48c3bbf382ef96adf3825457315728c03 | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Fri May 03 17:01:37 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 05 10:38:04 2019 -0700 |
tree | caab033dc6fe9c00528d6fc341d53b0b9ce368e5 | |
parent | f5737cbadb7d07c4f71fc5f073ccc7d8d8985a8f [diff] |
net: use indirect calls helpers for L3 handler hooks So that we avoid another indirect call per RX packet in the common case. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>