Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_hash.c222 static struct nft_expr_type nft_hash_type; variable
224 .type = &nft_hash_type,
233 .type = &nft_hash_type,
262 static struct nft_expr_type nft_hash_type __read_mostly = {
272 return nft_register_expr(&nft_hash_type); in nft_hash_module_init()
277 nft_unregister_expr(&nft_hash_type); in nft_hash_module_exit()