Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-shared.c448 ctx->flags |= NFT_XT_CTX_META; in nft_parse_meta()
491 if (ctx->flags & NFT_XT_CTX_META) { in nft_parse_cmp()
493 ctx->flags &= ~NFT_XT_CTX_META; in nft_parse_cmp()
Dnft-shared.h44 NFT_XT_CTX_META = (1 << 1), enumerator