/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* TTL modification module for IP tables * (C) 2000 by Harald Welte <[email protected]> */ #ifndef _IPT_TTL_H #define _IPT_TTL_H #include <linux/types.h> enum { … }; #define IPT_TTL_MAXMODE … struct ipt_TTL_info { … }; #endif