]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e39750f93dab03a7614cb847a94545c8c0272b5
treedca886981e1db5d684a10fa7b6a4f56fd877dcc1
parentfafd8ada714fbda2bf6cfee09151f6d866076561
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