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

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-nfs.c862 static int xid_map_next = 0; variable
886 xmep = &xid_map[xid_map_next];
888 if (++xid_map_next >= XIDMAPSIZE)
889 xid_map_next = 0;

Completed in 60 milliseconds