Searched defs:nft_set_desc (Results 1 – 2 of 2) sorted by relevance
328 struct nft_set_desc { struct329 u32 ktype;330 unsigned int klen;331 u32 dtype;332 unsigned int dlen;333 u32 objtype;334 unsigned int size;335 u32 policy;336 u32 gc_int;337 u64 timeout;[all …]
286 struct nft_set_desc { struct287 unsigned int klen;288 unsigned int dlen;289 unsigned int size;290 u8 field_len[NFT_REG32_COUNT];291 u8 field_count;292 bool expr;