net: move dev_xmit_recursion() helpers to net/core/dev.h
authorEric Dumazet <edumazet@google.com>
Fri, 29 Mar 2024 15:42:19 +0000 (15:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Apr 2024 10:28:31 +0000 (11:28 +0100)
commit2fe50a4d7225cf10748775e290361896637091a9
treed4201533842f031e86e46f280ad4b43d8a214610
parentb9495b564d91a0afe4125db64d2bc25c310bda9c
net: move dev_xmit_recursion() helpers to net/core/dev.h

Move dev_xmit_recursion() and friends to net/core/dev.h

They are only used from net/core/dev.c and net/core/filter.c.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.h