commit | dd2e0b86fc4ee146ac8f3275833d0187efeb950a | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jun 19 12:12:35 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 20 17:47:53 2020 -0700 |
tree | 6c91f581ec5db35d4d77554be9d293b2ae57a776 | |
parent | 05e22e8395058745bd0312bc488b522197852aff [diff] |
tcp: remove indirect calls for icsk->icsk_af_ops->send_check Mitigate RETPOLINE costs in __tcp_transmit_skb() by using INDIRECT_CALL_INET() wrapper. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>