Searched refs:ns_rec (Results 1 – 3 of 3) sorted by relevance
347 if (slp->ns_rec) { in nfsrv_rcv_locked()424 slp->ns_rec = m; in nfsrv_rcv_locked()615 slp->ns_rec = slp->ns_frag; in nfsrv_getstream()641 if (!(slp->ns_flag & (SLP_VALID | SLP_DOREC)) || (slp->ns_rec == NULL)) { in nfsrv_dorec()645 m = slp->ns_rec; in nfsrv_dorec()646 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()647 if (slp->ns_rec) { in nfsrv_dorec()
1755 if (slp->ns_rec) { in nfsrv_slpfree()1756 mbuf_freem(slp->ns_rec); in nfsrv_slpfree()1761 slp->ns_nam = slp->ns_raw = slp->ns_rec = slp->ns_frag = NULL; in nfsrv_slpfree()
991 mbuf_t ns_rec; member