Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h813 NFT_INNER_NH = (1 << 2), enumerator
817 NFT_INNER_NH | NFT_INNER_TH)
/openbmc/linux/net/netfilter/
H A Dnft_inner.c220 if (priv->flags & (NFT_INNER_LL | NFT_INNER_NH)) { in nft_inner_parse()