Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.c177 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */ variable
1210 SLIST_FOREACH(pe, &pipehash[i], next) { in dummynet()
1616 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next) { in locate_pipe()
2025 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush()
2026 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
2226 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe()
2363 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_drain()
2402 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2632 SLIST_FOREACH(p, &pipehash[i], next) { in dn_calc_size()
2709 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_get()