Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-chain.h15 #define CHAIN_NAME_HSIZE 512 macro
19 struct hlist_head names[CHAIN_NAME_HSIZE];
Dnft-chain.c38 for (i = 0; i < CHAIN_NAME_HSIZE; i++) in nft_chain_list_alloc()
Dnft-cache.c181 int key = djb_hash(chain) % CHAIN_NAME_HSIZE; in chain_name_hlist()