commit | f5737cbadb7d07c4f71fc5f073ccc7d8d8985a8f | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Fri May 03 17:01:36 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 05 10:38:04 2019 -0700 |
tree | 9c6fc149d937c966be2681359cd3b39127e1c263 | |
parent | b52d031b8de496c39e0ba1b8cf5292ad8e4ae4fe [diff] |
net: use indirect calls helpers for ptype hook This avoids an indirect call per RX IPv6/IPv4 packet. Note that we don't want to use the indirect calls helper for taps. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>