Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_cmp.c68 [NFTA_CMP_OP] = { .type = NLA_U32 },
90 priv->op = ntohl(nla_get_be32(tb[NFTA_CMP_OP])); in nft_cmp_init()
101 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(priv->op))) in nft_cmp_dump()
233 priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ; in nft_cmp_fast_init()
264 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op))) in nft_cmp_fast_dump()
329 priv->inv = ntohl(nla_get_be32(tb[NFTA_CMP_OP])) != NFT_CMP_EQ; in nft_cmp16_fast_init()
357 if (nla_put_be32(skb, NFTA_CMP_OP, htonl(op))) in nft_cmp16_fast_dump()
393 tb[NFTA_CMP_OP] == NULL || in nft_cmp_select_ops()
397 op = ntohl(nla_get_be32(tb[NFTA_CMP_OP])); in nft_cmp_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h651 NFTA_CMP_OP, enumerator