Searched refs:SEL_NETIF_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/security/selinux/
H A Dnetif.c29 #define SEL_NETIF_HASH_SIZE 64 macro
40 static struct list_head sel_netif_hash[SEL_NETIF_HASH_SIZE];
54 return (((uintptr_t)ns + ifindex) & (SEL_NETIF_HASH_SIZE - 1));
243 for (idx = 0; idx < SEL_NETIF_HASH_SIZE; idx++)
271 for (i = 0; i < SEL_NETIF_HASH_SIZE; i++)

Completed in 80 milliseconds