SEL_NETIF_HASH_SIZE   43 security/selinux/netif.c static struct list_head sel_netif_hash[SEL_NETIF_HASH_SIZE];
SEL_NETIF_HASH_SIZE   56 security/selinux/netif.c 	return (ifindex & (SEL_NETIF_HASH_SIZE - 1));
SEL_NETIF_HASH_SIZE  264 security/selinux/netif.c 	for (idx = 0; idx < SEL_NETIF_HASH_SIZE; idx++)
SEL_NETIF_HASH_SIZE  305 security/selinux/netif.c 	for (i = 0; i < SEL_NETIF_HASH_SIZE; i++)