Searched refs:ct_record_resid (Results 1 – 2 of 2) sorted by relevance
272 ct->ct_record_resid = 0; in clnt_vc_create()1080 if (ct->ct_record_resid == 0) { in clnt_vc_soupcall()1086 ct->ct_record_resid = header & 0x7fffffff; in clnt_vc_soupcall()1097 if (rawlen <= ct->ct_record_resid) { in clnt_vc_soupcall()1104 ct->ct_record_resid -= rawlen; in clnt_vc_soupcall()1107 m = m_split(ct->ct_raw, ct->ct_record_resid, in clnt_vc_soupcall()1116 rawlen -= ct->ct_record_resid; in clnt_vc_soupcall()1117 ct->ct_record_resid = 0; in clnt_vc_soupcall()1120 if (ct->ct_record_resid > 0) in clnt_vc_soupcall()
112 size_t ct_record_resid; /* how much left of reply to read */ member