Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipnetns.c143 #define NSIDMAP_SIZE 128 macro
144 #define NSID_HASH_NSID(nsid) (nsid & (NSIDMAP_SIZE - 1))
145 #define NSID_HASH_NAME(name) (namehash(name) & (NSIDMAP_SIZE - 1))
147 static struct hlist_head nsid_head[NSIDMAP_SIZE];
148 static struct hlist_head name_head[NSIDMAP_SIZE];