Searched refs:NFT_XT_CTX_PAYLOAD (Results 1 – 3 of 3) sorted by relevance
453 if (ctx->flags & NFT_XT_CTX_PAYLOAD) { in nft_parse_payload()463 ctx->flags |= NFT_XT_CTX_PAYLOAD; in nft_parse_payload()496 if (ctx->flags & NFT_XT_CTX_PAYLOAD) { in nft_parse_cmp()498 ctx->flags &= ~NFT_XT_CTX_PAYLOAD; in nft_parse_cmp()
314 if (!(ctx->flags & NFT_XT_CTX_PAYLOAD)) { in lookup_analyze_payloads()330 } else if (ctx->flags & NFT_XT_CTX_PAYLOAD) { in lookup_analyze_payloads()474 ctx->flags &= ~(NFT_XT_CTX_PAYLOAD | NFT_XT_CTX_PREV_PAYLOAD); in nft_bridge_parse_lookup()
43 NFT_XT_CTX_PAYLOAD = (1 << 0), enumerator