Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/ !
H A Din_pcb.c303 static u_int32_t inp_hash_seed = 0; variable
3419 if (inp_hash_seed == 0) { in inp_calc_flowhash()
3420 inp_hash_seed = RandomULong(); in inp_calc_flowhash()
3436 flowhash = net_flowhash(&fh, sizeof(fh), inp_hash_seed); in inp_calc_flowhash()
3439 inp_hash_seed = RandomULong(); in inp_calc_flowhash()
3457 inp_hash_seed = RandomULong(); in inp_calc_flowhash()