Searched refs:xactid (Results 1 – 1 of 1) sorted by relevance
118 unsigned long xactid; member240 static void xactid_seed(unsigned long *xactid);540 static unsigned long xactid = 0; in add_server() local545 if (xactid == 0) { in add_server()546 xactid_seed(&xactid); in add_server()560 ps->xactid = xactid + seq++; in add_server()570 xactid_seed(unsigned long *xactid) in xactid_seed() argument576 *xactid = 1234567; in xactid_seed()578 *xactid = t.tv_sec; in xactid_seed()984 if (s->xactid == resp.transid) { in get_xfr_response()[all …]