]> Git Repo - linux.git/blob - include/net/netns/xdp.h
Linux 6.14-rc3
[linux.git] / include / net / netns / xdp.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_XDP_H__
3 #define __NETNS_XDP_H__
4
5 #include <linux/mutex.h>
6 #include <linux/types.h>
7
8 struct netns_xdp {
9         struct mutex            lock;
10         struct hlist_head       list;
11 };
12
13 #endif /* __NETNS_XDP_H__ */
This page took 0.031588 seconds and 4 git commands to generate.