]> Git Repo - J-linux.git/blob - include/linux/netdevice_xmit.h
Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...
[J-linux.git] / include / linux / netdevice_xmit.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef _LINUX_NETDEVICE_XMIT_H
3 #define _LINUX_NETDEVICE_XMIT_H
4
5 struct netdev_xmit {
6         u16 recursion;
7         u8  more;
8 #ifdef CONFIG_NET_EGRESS
9         u8  skip_txqueue;
10 #endif
11 };
12
13 #endif
This page took 0.027795 seconds and 4 git commands to generate.