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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c149 static struct dn_flow_set *all_flow_sets = NULL ;/* list of all flow_sets */ variable in typeref:struct:dn_flow_set
1122 for (fs=all_flow_sets; fs && fs->fs_nr != pipe_nr; fs=fs->next)
1458 fs = all_flow_sets ;
1459 all_flow_sets = NULL ;
1519 for ( fs = all_flow_sets ; fs ; fs = fs->next )
1712 for (a=NULL, b=all_flow_sets ; b && b->fs_nr < pfs->fs_nr ;
1752 all_flow_sets = x;
1815 for (fs = all_flow_sets; fs; fs= fs->next )
1862 for (fs = all_flow_sets; fs; fs= fs->next )
1882 for (a = NULL, b = all_flow_sets ;
[all...]

Completed in 71 milliseconds