commit | de32bc6aad09131a30b4a9a738e2bf2ba5a9a5aa | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Thu Apr 28 11:58:44 2022 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 30 12:58:44 2022 +0100 |
tree | 88629ee0c129dbf388db04a031238c64575471f2 | |
parent | 0813aeee0d02d80912c86b2b3a1ebdb4ee4476ba [diff] |
net: inline sock_alloc_send_skb sock_alloc_send_skb() is simple and just proxying to another function, so we can inline it and cut associated overhead. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>