Searched refs:nft_limit_type (Results 1 – 2 of 2) sorted by relevance
127 enum nft_limit_type type) in nft_limit_dump()237 static struct nft_expr_type nft_limit_type; variable239 .type = &nft_limit_type,295 .type = &nft_limit_type,321 static struct nft_expr_type nft_limit_type __read_mostly = {461 err = nft_register_expr(&nft_limit_type); in nft_limit_module_init()473 nft_unregister_expr(&nft_limit_type); in nft_limit_module_exit()
1207 enum nft_limit_type { enum