Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c167 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable
1475 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset()
1885 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush()
1886 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush()
2135 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe()
2202 SLIST_FOREACH(fs, &flowsethash[i], next) { in dummynet_drain()
2252 SLIST_FOREACH(fs, &flowsethash[i], next) { in delete_pipe()
2283 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()
2407 SLIST_FOREACH(set, &flowsethash[i], next) { in dn_calc_size()
2472 SLIST_FOREACH(set, &flowsethash[i], next) { in dummynet_get()