linux/net/ipv4/netfilter/ipt_SYNPROXY.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2013 Patrick McHardy <[email protected]>
 */

#include <linux/netfilter_ipv4/ip_tables.h>
#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_SYNPROXY.h>

#include <net/netfilter/nf_synproxy.h>

static unsigned int
synproxy_tg4(struct sk_buff *skb, const struct xt_action_param *par)
{}

static int synproxy_tg4_check(const struct xt_tgchk_param *par)
{}

static void synproxy_tg4_destroy(const struct xt_tgdtor_param *par)
{}

static struct xt_target synproxy_tg4_reg __read_mostly =;

static int __init synproxy_tg4_init(void)
{}

static void __exit synproxy_tg4_exit(void)
{}

module_init();
module_exit(synproxy_tg4_exit);

MODULE_LICENSE();
MODULE_AUTHOR();
MODULE_DESCRIPTION();