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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c167 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */ variable in typeref:struct:dn_pipe_head
1057 SLIST_FOREACH(pe, &pipehash[i], next)
1165 SLIST_FOREACH(p, &pipehash[i], next)
1172 SLIST_FOREACH(p, &pipehash[i], next)
1500 SLIST_FOREACH(pipe, &pipehash[HASH(pipe_nr)], next)
1913 SLIST_FOREACH_SAFE(pipe, &pipehash[i], next, pipe1) {
1914 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next);
1962 SLIST_FOREACH(p, &pipehash[i], next) {
2141 SLIST_INSERT_HEAD(&pipehash[HASH(x->pipe_nr)],
2255 SLIST_FOREACH(p, &pipehash[
[all...]

Completed in 19 milliseconds