Home
last modified time | relevance | path

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

/net/netfilter/
Dnft_limit.c127 enum nft_limit_type type) in nft_limit_dump()
235 static struct nft_expr_type nft_limit_type; variable
237 .type = &nft_limit_type,
291 .type = &nft_limit_type,
316 static struct nft_expr_type nft_limit_type __read_mostly = {
456 err = nft_register_expr(&nft_limit_type); in nft_limit_module_init()
468 nft_unregister_expr(&nft_limit_type); in nft_limit_module_exit()