Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnft_quota.c208 static struct nft_expr_type nft_quota_type; variable
210 .type = &nft_quota_type,
217 static struct nft_expr_type nft_quota_type __read_mostly = {
234 err = nft_register_expr(&nft_quota_type); in nft_quota_module_init()
246 nft_unregister_expr(&nft_quota_type); in nft_quota_module_exit()

Completed in 3 milliseconds