Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet/
H A Dip_dummynet.c168 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */ variable
1080 SLIST_FOREACH(pe, &pipehash[i], next) { in dummynet()
1486 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next) { in locate_pipe()
1886 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) { in dummynet_flush()
1887 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next); in dummynet_flush()
2084 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)], in config_pipe()
2221 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_drain()
2260 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next); in delete_pipe()
2416 SLIST_FOREACH(p, &pipehash[i], next) { in dn_calc_size()
2468 SLIST_FOREACH(p, &pipehash[i], next) { in dummynet_get()