SEL_NETIF_HASH_SIZE   41 security/selinux/netif.c static struct list_head sel_netif_hash[SEL_NETIF_HASH_SIZE];
SEL_NETIF_HASH_SIZE   55 security/selinux/netif.c 	return (((uintptr_t)ns + ifindex) & (SEL_NETIF_HASH_SIZE - 1));
SEL_NETIF_HASH_SIZE  244 security/selinux/netif.c 	for (idx = 0; idx < SEL_NETIF_HASH_SIZE; idx++)
SEL_NETIF_HASH_SIZE  272 security/selinux/netif.c 	for (i = 0; i < SEL_NETIF_HASH_SIZE; i++)