Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c254 static uint32_t ifnet_flowhash_seed; variable
7276 if (ifnet_flowhash_seed == 0) { in ifnet_calc_flowhash()
7277 ifnet_flowhash_seed = RandomULong(); in ifnet_calc_flowhash()
7293 flowhash = net_flowhash(&fh, sizeof(fh), ifnet_flowhash_seed); in ifnet_calc_flowhash()
7296 ifnet_flowhash_seed = RandomULong(); in ifnet_calc_flowhash()