Example #1
0
static void hashrandom_init(void *arg)
{
#if __FreeBSD_version >= 1100000
	/*
	 * It is assumed that the random subsystem has been
	 * initialized when this function is called:
	 */
	hashrandom = m_ether_tcpip_hash_init();
}
Example #2
0
static void
mlx5e_hash_init(void *arg)
{
	mlx5e_hash_value = m_ether_tcpip_hash_init();
}