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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c883 int64_t p_numbytes = p->numbytes; local
888 p_numbytes += ( curr_time - p->sched_time ) * p->bandwidth;
902 while ( p_numbytes >=0 && (sch->elements>0 || neh->elements >0) ) {
911 p_numbytes -= len_scaled ;
948 p_numbytes = -1 ; /* mark not ready for I/O */
952 if (sch->elements == 0 && neh->elements == 0 && p_numbytes >= 0
974 if (p->if_name[0]==0 && p_numbytes < 0) { /* this implies bandwidth >0 */
978 t = ( p->bandwidth -1 - p_numbytes) / p->bandwidth ;
988 if (p_numbytes > INT_MAX)
990 else if (p_numbytes < INT_MI
[all...]

Completed in 69 milliseconds