Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c166 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()
1891 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush()
1892 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
2080 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe()
2208 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_drain()
2247 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2403 SLIST_FOREACH(p, &pipehash[i], next) { in dn_calc_size()
2455 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_get()