linux/net/netfilter/nft_range.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016 Pablo Neira Ayuso <[email protected]>
 */

#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/netlink.h>
#include <linux/netfilter.h>
#include <linux/netfilter/nf_tables.h>
#include <net/netfilter/nf_tables_core.h>
#include <net/netfilter/nf_tables.h>

struct nft_range_expr {};

void nft_range_eval(const struct nft_expr *expr,
		    struct nft_regs *regs, const struct nft_pktinfo *pkt)
{}

static const struct nla_policy nft_range_policy[NFTA_RANGE_MAX + 1] =;

static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
			const struct nlattr * const tb[])
{}

static int nft_range_dump(struct sk_buff *skb,
			  const struct nft_expr *expr, bool reset)
{}

static const struct nft_expr_ops nft_range_ops =;

struct nft_expr_type nft_range_type __read_mostly =;