Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnft_cmp.c23 enum nft_cmp_ops op:8;
186 static const struct nft_expr_ops nft_cmp_ops = { variable
259 enum nft_cmp_ops op = priv->inv ? NFT_CMP_NEQ : NFT_CMP_EQ; in nft_cmp_fast_dump()
353 enum nft_cmp_ops op = priv->inv ? NFT_CMP_NEQ : NFT_CMP_EQ; in nft_cmp16_fast_dump()
388 enum nft_cmp_ops op; in nft_cmp_select_ops()
424 return &nft_cmp_ops; in nft_cmp_select_ops()
/linux-6.1.9/include/uapi/linux/netfilter/
Dnf_tables.h632 enum nft_cmp_ops { enum