Searched refs:nft_bitwise_ops (Results 1 – 2 of 2) sorted by relevance
21 enum nft_bitwise_ops op:8;330 static const struct nft_expr_ops nft_bitwise_ops = { variable499 return &nft_bitwise_ops; in nft_bitwise_select_ops()503 return &nft_bitwise_ops; in nft_bitwise_select_ops()526 if (next->ops == &nft_bitwise_ops) in nft_expr_reduce_bitwise()
547 enum nft_bitwise_ops { enum