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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c166 #define HASH(num) ((((num) >> 8) ^ ((num) >> 4) ^ (num)) & 0x0f) macro
1488 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next)
1500 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next)
2141 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)],
2187 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)],
2291 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next);
2333 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next);

Completed in 48 milliseconds