Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpfvar.h2440 extern u_int32_t pf_hash_seed;
H A Dpf_ioctl.c227 u_int32_t pf_hash_seed; variable
543 pf_hash_seed = RandomULong(); in pfinit()
H A Dpf.c2213 flowhash = net_flowhash(&fh, sizeof(fh), pf_hash_seed); in pf_calc_state_key_flowhash()
2216 pf_hash_seed = RandomULong(); in pf_calc_state_key_flowhash()