Home
last modified time | relevance | path

Searched refs:NFT_REG32_COUNT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo.h9 #define NFT_PIPAPO_MAX_FIELDS NFT_REG32_COUNT
H A Dnf_tables_api.c4849 if (num_regs > NFT_REG32_COUNT) in nft_set_desc_concat()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h353 u8 field_len[NFT_REG32_COUNT];
577 u8 field_len[NFT_REG32_COUNT];
/openbmc/linux/include/uapi/linux/netfilter/
H A Dnf_tables.h51 #define NFT_REG32_COUNT (NFT_REG32_15 - NFT_REG32_00 + 1) macro