/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _UAPI_XT_PHYSDEV_H #define _UAPI_XT_PHYSDEV_H #include <linux/types.h> #include <linux/if.h> #define XT_PHYSDEV_OP_IN … #define XT_PHYSDEV_OP_OUT … #define XT_PHYSDEV_OP_BRIDGED … #define XT_PHYSDEV_OP_ISIN … #define XT_PHYSDEV_OP_ISOUT … #define XT_PHYSDEV_OP_MASK … struct xt_physdev_info { … }; #endif /* _UAPI_XT_PHYSDEV_H */