Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_inner.c215 if (priv->flags & NFT_INNER_HDRSIZE && in nft_inner_parse()
354 if (flags & NFT_INNER_HDRSIZE) { in nft_inner_init()
/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h827 NFT_INNER_HDRSIZE = (1 << 0), enumerator
832 #define NFT_INNER_MASK (NFT_INNER_HDRSIZE | NFT_INNER_LL | \