Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_inner.c58 if (priv->flags & NFT_INNER_LL) { in nft_inner_parse_l2l3()
219 if (priv->flags & (NFT_INNER_LL | NFT_INNER_NH)) { in nft_inner_parse()
/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h828 NFT_INNER_LL = (1 << 1), enumerator
832 #define NFT_INNER_MASK (NFT_INNER_HDRSIZE | NFT_INNER_LL | \