Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h830 NFT_INNER_TH = (1 << 3), enumerator
833 NFT_INNER_NH | NFT_INNER_TH)
/linux/net/netfilter/
H A Dnft_inner.c222 } else if (priv->flags & NFT_INNER_TH) { in nft_inner_parse()