linux/include/uapi/linux/netfilter/xt_string.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_STRING_H
#define _XT_STRING_H

#include <linux/types.h>

#define XT_STRING_MAX_PATTERN_SIZE
#define XT_STRING_MAX_ALGO_NAME_SIZE

enum {};

struct xt_string_info {};

#endif /*_XT_STRING_H*/