| Path : /proc/self/root/lib/modules/6.8.0-88-generic/build/include/net/netns/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/self/root/lib/modules/6.8.0-88-generic/build/include/net/netns/xdp.h |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NETNS_XDP_H__
#define __NETNS_XDP_H__
#include <linux/mutex.h>
#include <linux/types.h>
struct netns_xdp {
struct mutex lock;
struct hlist_head list;
};
#endif /* __NETNS_XDP_H__ */