Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dnetstat.c171 #define PRG_HASH_SIZE 211 macro
177 struct prg_node *prg_hash[PRG_HASH_SIZE];
204 #define PRG_HASHIT(x) ((unsigned)(x) % PRG_HASH_SIZE)
241 for (pnp = prg_hash; pnp < prg_hash + PRG_HASH_SIZE; pnp++) { in prg_cache_clear()