Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/netfilter/
Dnf_tables.h814 NFT_INNER_TH = (1 << 3), enumerator
817 NFT_INNER_NH | NFT_INNER_TH)
/linux-6.6.21/net/netfilter/
Dnft_inner.c223 } else if (priv->flags & NFT_INNER_TH) { in nft_inner_parse()