Searched refs:NFT_XT_CTX_PAYLOAD (Results 1 – 2 of 2) sorted by relevance
408 ctx->flags |= NFT_XT_CTX_PAYLOAD; in nft_parse_payload()442 if (ctx->flags & NFT_XT_CTX_PAYLOAD) { in nft_parse_cmp()444 ctx->flags &= ~NFT_XT_CTX_PAYLOAD; in nft_parse_cmp()
43 NFT_XT_CTX_PAYLOAD = (1 << 0), enumerator