Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dip_dummynet.c169 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable
1472 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset()
1880 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush()
1881 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush()
2148 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe()
2215 SLIST_FOREACH(fs, &flowsethash[i], next) { in dummynet_drain()
2265 SLIST_FOREACH(fs, &flowsethash[i], next) { in delete_pipe()
2296 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()
2420 SLIST_FOREACH(set, &flowsethash[i], next) { in dn_calc_size()
2485 SLIST_FOREACH(set, &flowsethash[i], next) { in dummynet_get()