Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnft_queue.c75 static const unsigned int supported_hooks = ((1 << NF_INET_PRE_ROUTING) | in nft_queue_validate() local
93 return nft_chain_validate_hooks(ctx->chain, supported_hooks); in nft_queue_validate()