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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c658 p->pipe_nr, p->if_name));
1108 locate_flowset(int pipe_nr, struct ip_fw *rule) argument
1122 for (fs=all_flow_sets; fs && fs->fs_nr != pipe_nr; fs=fs->next)
1127 for (p1 = all_pipes; p1 && p1->pipe_nr != pipe_nr; p1 = p1->next)
1142 * pipe_nr pipe or queue the packet is destined for.
1155 dummynet_io(struct mbuf *m, int pipe_nr, int dir, struct ip_fw_args *fwa) argument
1177 pipe_nr &= 0xffff ;
1191 fs = locate_flowset(pipe_nr, fwa->rule);
1196 for (pipe = all_pipes; pipe && pipe->pipe_nr !
[all...]
H A Dip_dummynet.h352 int pipe_nr ; /* number */ member in struct:dn_pipe
386 typedef int ip_dn_io_t(struct mbuf *m, int pipe_nr, int dir,

Completed in 13 milliseconds