Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_inner.c127 ctx->flags |= NFT_PAYLOAD_CTX_INNER_NH; in nft_inner_parse_l2l3()
151 ctx->flags |= NFT_PAYLOAD_CTX_INNER_NH; in nft_inner_parse_l2l3()
H A Dnft_payload.c621 if (!(tun_ctx->flags & NFT_PAYLOAD_CTX_INNER_NH)) in nft_payload_inner_eval()
/linux/include/net/netfilter/
H A Dnf_tables_core.h159 NFT_PAYLOAD_CTX_INNER_NH = (1 << 2), enumerator