Searched refs:flowsethash (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | ip_dummynet.c | 170 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable 1478 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset() 1886 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush() 1887 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush() 2154 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe() 2221 SLIST_FOREACH(fs, &flowsethash[i], next) { in dummynet_drain() 2271 SLIST_FOREACH(fs, &flowsethash[i], next) { in delete_pipe() 2302 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe() 2426 SLIST_FOREACH(set, &flowsethash[i], next) { in dn_calc_size() 2491 SLIST_FOREACH(set, &flowsethash[i], next) { in dummynet_get()
|