14 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2#ifndef _LINUX_NETDEVICE_XMIT_H3#define _LINUX_NETDEVICE_XMIT_H4 5struct netdev_xmit {6 u16 recursion;7 u8 more;8#ifdef CONFIG_NET_EGRESS9 u8 skip_txqueue;10#endif11};12 13#endif14 1/* SPDX-License-Identifier: GPL-2.0-or-later */2#ifndef _LINUX_NETDEVICE_XMIT_H3#define _LINUX_NETDEVICE_XMIT_H4 5struct netdev_xmit {6 u16 recursion;7 u8 more;8#ifdef CONFIG_NET_EGRESS9 u8 skip_txqueue;10#endif11};12 13#endif14