Searched refs:NFT_REG_SIZE (Results 1 – 4 of 4) sorted by relevance
49 #define NFT_REG_SIZE 16 macro
1388 BUILD_BUG_ON(NF_CT_LABELS_MAX_SIZE > NFT_REG_SIZE); in nft_ct_module_init()
10768 *preg = reg * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_parse_register()10771 *preg = reg + NFT_REG_SIZE / NFT_REG32_SIZE - NFT_REG32_00; in nft_parse_register()10793 if (reg % (NFT_REG_SIZE / NFT_REG32_SIZE) == 0) in nft_dump_register()10794 reg = reg / (NFT_REG_SIZE / NFT_REG32_SIZE); in nft_dump_register()10796 reg = reg - NFT_REG_SIZE / NFT_REG32_SIZE + NFT_REG32_00; in nft_dump_register()10804 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_load()10858 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_store()
251 return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_type_to_reg()