Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipnetns.c145 #define NSIDMAP_SIZE 128 macro
146 #define NSID_HASH_NSID(nsid) (nsid & (NSIDMAP_SIZE - 1))
147 #define NSID_HASH_NAME(name) (namehash(name) & (NSIDMAP_SIZE - 1))
149 static struct hlist_head nsid_head[NSIDMAP_SIZE];
150 static struct hlist_head name_head[NSIDMAP_SIZE];