Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dip_dummynet.c168 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */ variable
1083 SLIST_FOREACH(pe, &pipehash[i], next) { in dummynet()
1489 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next) { in locate_pipe()
1889 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush()
1890 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
2087 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe()
2224 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_drain()
2263 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2419 SLIST_FOREACH(p, &pipehash[i], next) { in dn_calc_size()
2471 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_get()