Home
last modified time | relevance | path

Searched refs:NFT_XT_CTX_PAYLOAD (Results 1 – 3 of 3) sorted by relevance

/external/iptables/iptables/
Dnft-shared.c453 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()
Dnft-bridge.c314 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()
Dnft-shared.h43 NFT_XT_CTX_PAYLOAD = (1 << 0), enumerator