net: inline dev_queue_xmit()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 28 Apr 2022 10:58:46 +0000 (11:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Apr 2022 11:58:44 +0000 (12:58 +0100)
commitc526fd8f9f4f21cb83c0b1c9a1ee9c0ac9be9e2e
treedca886981e1db5d684a10fa7b6a4f56fd877dcc1
parent657dd5f97b2ed16cdaa6339f42f9130240af1c04
net: inline dev_queue_xmit()

Inline dev_queue_xmit() and dev_queue_xmit_accel(), they both are small
proxy functions doing nothing but redirecting the control flow to
__dev_queue_xmit().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c