Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dip_dummynet.c168 #define HASH(num) ((((num) >> 8) ^ ((num) >> 4) ^ (num)) & 0x0f) macro
1478 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset()
1492 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next) { in locate_pipe()
2090 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe()
2154 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe()
2266 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2302 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()