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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c1994 struct dn_pipe *pipe_bp = (struct dn_pipe *)bp ; local
2002 pipe_bp->delay = (pipe_bp->delay * 1000) / (hz*10) ;
2009 pipe_bp->next = (struct dn_pipe *)DN_IS_PIPE ;
2011 pipe_bp->head = pipe_bp->tail = NULL ;
2012 pipe_bp->fs.next = NULL ;
2013 pipe_bp->fs.pipe = NULL ;
2014 pipe_bp->fs.rq = NULL ;

Completed in 23 milliseconds