commit | 6585d7dc491d9d5e323ed52ee32ad071e04c9dfa | [log] [tgz] |
---|---|---|
author | Brian Vazquez <brianvv@google.com> | Mon Feb 01 17:41:30 2021 +0000 |
committer | Jakub Kicinski <kuba@kernel.org> | Wed Feb 03 14:51:39 2021 -0800 |
tree | a8b9d9b484b9e5cc6d0f00139b20c8f21ff5f4c8 | |
parent | e43b21906439ed14dda84f9784d38c03d0464607 [diff] |
net: use indirect call helpers for dst_output This patch avoids the indirect call for the common case: ip6_output and ip_output Signed-off-by: Brian Vazquez <brianvv@google.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>