Searched refs:NFT_REG_SIZE (Results 1 – 4 of 4) sorted by relevance
49 #define NFT_REG_SIZE 16 macro
1362 BUILD_BUG_ON(NF_CT_LABELS_MAX_SIZE > NFT_REG_SIZE); in nft_ct_module_init()
10677 *preg = reg * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_parse_register()10680 *preg = reg + NFT_REG_SIZE / NFT_REG32_SIZE - NFT_REG32_00; in nft_parse_register()10702 if (reg % (NFT_REG_SIZE / NFT_REG32_SIZE) == 0) in nft_dump_register()10703 reg = reg / (NFT_REG_SIZE / NFT_REG32_SIZE); in nft_dump_register()10705 reg = reg - NFT_REG_SIZE / NFT_REG32_SIZE + NFT_REG32_00; in nft_dump_register()10713 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_load()10764 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_store()
250 return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_type_to_reg()