Home
last modified time | relevance | path

Searched refs:NFT_TRANS_GC_BATCHCOUNT (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/net/netfilter/
H A Dnf_tables.h1828 #define NFT_TRANS_GC_BATCHCOUNT 256 macro
1836 struct nft_elem_priv *priv[NFT_TRANS_GC_BATCHCOUNT];
/linux-6.15/net/netfilter/
H A Dnf_tables_api.c10339 return NFT_TRANS_GC_BATCHCOUNT - trans->count; in nft_trans_gc_space()