Searched refs:nft_ng_type (Results 1 - 1 of 1) sorted by path

/linux-master/net/netfilter/
H A Dnft_numgen.c191 static struct nft_expr_type nft_ng_type; variable in typeref:struct:nft_expr_type
193 .type = &nft_ng_type,
203 .type = &nft_ng_type,
233 static struct nft_expr_type nft_ng_type __read_mostly = {
243 return nft_register_expr(&nft_ng_type);
248 nft_unregister_expr(&nft_ng_type);

Completed in 199 milliseconds