Home
last modified time | relevance | path

Searched refs:ifd_front (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c70 ifd->ifd_front = ifd->ifd_records; in iftraceinit()
115 t = ifd->ifd_front++; in trace()
116 if (ifd->ifd_front >= ifd->ifd_records + NRECORDS) in trace()
117 ifd->ifd_front = ifd->ifd_records; in trace()
235 if (ifd->ifd_front == ifd->ifd_records && in dumptrace()
236 ifd->ifd_front->ift_size == 0) { in dumptrace()
242 t = ifd->ifd_front - ifd->ifd_count; in dumptrace()
H A Dtrace.h58 struct iftrace *ifd_front; /* next empty trace record */ member