Searched refs:flowsethash (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | ip_dummynet.c | 170 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable 1476 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset() 1884 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush() 1885 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush() 2152 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe() 2219 SLIST_FOREACH(fs, &flowsethash[i], next) { in dummynet_drain() 2269 SLIST_FOREACH(fs, &flowsethash[i], next) { in delete_pipe() 2300 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe() 2424 SLIST_FOREACH(set, &flowsethash[i], next) { in dn_calc_size() 2489 SLIST_FOREACH(set, &flowsethash[i], next) { in dummynet_get()
|