Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h30 NFT_REG32_00 = 8, enumerator
51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1)
/openbmc/linux/net/netfilter/
H A Dnft_cmp.c424 (sreg >= NFT_REG32_00 && sreg <= NFT_REG32_12 && sreg % 2 == 0))) in nft_cmp_select_ops()
H A Dnf_tables_api.c10718 case NFT_REG32_00...NFT_REG32_15: in nft_parse_register()
10719 *preg = reg + NFT_REG_SIZE / NFT_REG32_SIZE - NFT_REG32_00; in nft_parse_register()
10744 reg = reg - NFT_REG_SIZE / NFT_REG32_SIZE + NFT_REG32_00; in nft_dump_register()