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

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c111 ngp_f->vtime.tv_usec = now->tv_usec + ((uint64_t) (plen) \
114 ngp_f->vtime.tv_sec = now->tv_sec + \
115 ngp_f->vtime.tv_usec / 1000000; \
116 ngp_f->vtime.tv_usec = ngp_f->vtime.tv_usec % 1000000; \
118 if (ngp_f1->vtime.tv_sec > ngp_f->vtime.tv_sec || \
119 (ngp_f1->vtime.tv_sec == ngp_f->vtime.tv_sec && \
120 ngp_f1->vtime.tv_usec > ngp_f->vtime.tv_usec)) \
123 TAILQ_INSERT_TAIL(&hinfo->fifo_head, ngp_f, fifo_le); \
125 TAILQ_INSERT_BEFORE(ngp_f1, ngp_f, fifo_l
595 struct ngp_fifo *ngp_f = NULL, *ngp_f1; local
737 struct ngp_fifo *ngp_f, *ngp_f1; local
941 struct ngp_fifo *ngp_f; local
[all...]

Completed in 116 milliseconds