Searched refs:nft_hash_type (Results 1 – 1 of 1) sorted by relevance
223 static struct nft_expr_type nft_hash_type; variable225 .type = &nft_hash_type,234 .type = &nft_hash_type,263 static struct nft_expr_type nft_hash_type __read_mostly = {273 return nft_register_expr(&nft_hash_type); in nft_hash_module_init()278 nft_unregister_expr(&nft_hash_type); in nft_hash_module_exit()
Completed in 3 milliseconds