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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1122 for (fs=all_flow_sets; fs && fs->fs_nr != pipe_nr; fs=fs->next)
1203 fs->parent_nr, fs->fs_nr);
1652 if (p->pipe_nr == 0 && pfs->fs_nr == 0)
1654 if (p->pipe_nr != 0 && pfs->fs_nr != 0)
1712 for (a=NULL, b=all_flow_sets ; b && b->fs_nr < pfs->fs_nr ;
1715 if (b == NULL || b->fs_nr != pfs->fs_nr) { /* new */
1726 x->fs_nr = pfs->fs_nr;
[all...]
H A Dip_dummynet.h287 u_short fs_nr ; /* flow_set number */ member in struct:dn_flow_set

Completed in 75 milliseconds