#ifndef _XT_SET_H
#define _XT_SET_H
#include <linux/types.h>
#include <linux/netfilter/ipset/ip_set.h>
#define IPSET_SRC …
#define IPSET_DST …
#define IPSET_MATCH_INV …
struct xt_set_info_v0 { … };
struct xt_set_info_match_v0 { … };
struct xt_set_info_target_v0 { … };
struct xt_set_info { … };
struct xt_set_info_match_v1 { … };
struct xt_set_info_target_v1 { … };
struct xt_set_info_target_v2 { … };
struct xt_set_info_match_v3 { … };
struct xt_set_info_target_v3 { … };
struct xt_set_info_match_v4 { … };
#endif