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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c231 static u_int32_t inp_hash_seed = 0; variable
2449 if (inp_hash_seed == 0)
2450 inp_hash_seed = RandomULong();
2465 flowhash = net_flowhash(&fh, sizeof (fh), inp_hash_seed);
2468 inp_hash_seed = RandomULong();
2486 inp_hash_seed = RandomULong();

Completed in 82 milliseconds