Home
last modified time | relevance | path

Searched refs:NFT_REG_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/netfilter/
Dnf_tables.h44 #define NFT_REG_SIZE 16 macro
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c4199 return reg * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_parse_register()
4201 return reg + NFT_REG_SIZE / NFT_REG32_SIZE - NFT_REG32_00; in nft_parse_register()
4219 if (reg % (NFT_REG_SIZE / NFT_REG32_SIZE) == 0) in nft_dump_register()
4220 reg = reg / (NFT_REG_SIZE / NFT_REG32_SIZE); in nft_dump_register()
4222 reg = reg - NFT_REG_SIZE / NFT_REG32_SIZE + NFT_REG32_00; in nft_dump_register()
4239 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_load()
4293 if (reg < NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE) in nft_validate_register_store()
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h128 return type == NFT_DATA_VERDICT ? NFT_REG_VERDICT : NFT_REG_1 * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_type_to_reg()