Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dip_dummynet.c178 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable
1602 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next) { in locate_flowset()
2019 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) { in dummynet_flush()
2020 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next); in dummynet_flush()
2290 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)], in config_pipe()
2357 SLIST_FOREACH(fs, &flowsethash[i], next) { in dummynet_drain()
2407 SLIST_FOREACH(fs, &flowsethash[i], next) { in delete_pipe()
2438 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next); in delete_pipe()
2640 SLIST_FOREACH(set, &flowsethash[i], next) { in dn_calc_size()
2746 SLIST_FOREACH(set, &flowsethash[i], next) { in dummynet_get()