Home
last modified time | relevance | path

Searched refs:nft_counter (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/netfilter/
Dnft_counter.c20 struct nft_counter { struct
30 struct nft_counter *priv = nft_expr_priv(expr); in nft_counter_eval() argument
40 struct nft_counter *priv = nft_expr_priv(expr); in nft_counter_dump()
70 struct nft_counter *priv = nft_expr_priv(expr); in nft_counter_init()
84 .size = NFT_EXPR_SIZE(sizeof(struct nft_counter)),
DMakefile89 obj-$(CONFIG_NFT_COUNTER) += nft_counter.o