Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A 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()