Searched refs:pipehash (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | ip_dummynet.c | 169 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */ variable 1086 SLIST_FOREACH(pe, &pipehash[i], next) { in dummynet() 1492 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next) { in locate_pipe() 1892 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush() 1893 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush() 2090 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe() 2227 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_drain() 2266 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe() 2422 SLIST_FOREACH(p, &pipehash[i], next) { in dn_calc_size() 2474 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_get()
|