Searched refs:NFT_REG32_NUM (Results 1 – 6 of 6) sorted by relevance
157 for (i = 0; i < NFT_REG32_NUM; i++) { in nft_meta_bridge_set_reduce()
109 #define NFT_REG32_NUM 20 macro121 u32 data[NFT_REG32_NUM];131 } regs[NFT_REG32_NUM];225 DECLARE_BITMAP(reg_inited, NFT_REG32_NUM);
786 for (i = 0; i < NFT_REG32_NUM; i++) { in nft_meta_set_reduce()
1016 for (i = 0; i < NFT_REG32_NUM; i++) { in nft_payload_set_reduce()
744 for (i = 0; i < NFT_REG32_NUM; i++) { in nft_ct_set_reduce()
150 bitmap_zero(ctx->reg_inited, NFT_REG32_NUM); in nft_ctx_init()11103 if (WARN_ON_ONCE(next_register > NFT_REG32_NUM)) in nft_parse_register_load()11107 invalid_reg = find_next_zero_bit(ctx->reg_inited, NFT_REG32_NUM, reg); in nft_parse_register_load()