Searched refs:xactid (Results 1 – 1 of 1) sorted by relevance
117 unsigned long xactid; member239 static void xactid_seed(unsigned long *xactid);539 static unsigned long xactid = 0; in add_server() local544 if (xactid == 0) { in add_server()545 xactid_seed(&xactid); in add_server()559 ps->xactid = xactid + seq++; in add_server()569 xactid_seed(unsigned long *xactid) in xactid_seed() argument575 *xactid = 1234567; in xactid_seed()577 *xactid = t.tv_sec; in xactid_seed()983 if (s->xactid == resp.transid) { in get_xfr_response()[all …]