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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c168 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */ variable in typeref:struct:dn_flow_set_head
1488 SLIST_FOREACH(fs, &flowsethash[HASH(fs_nr)], next)
1908 SLIST_FOREACH_SAFE(fs, &flowsethash[i], next, fs1) {
1909 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next);
1958 SLIST_FOREACH(fs, &flowsethash[i], next)
2187 SLIST_INSERT_HEAD(&flowsethash[HASH(x->fs_nr)],
2251 SLIST_FOREACH(fs, &flowsethash[i], next)
2300 SLIST_FOREACH(fs, &flowsethash[i], next)
2333 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next);
2443 SLIST_FOREACH(set, &flowsethash[
[all...]

Completed in 19 milliseconds