Searched refs:ns_rec (Results 1 – 3 of 3) sorted by relevance
381 if (slp->ns_rec) { in nfsrv_rcv_locked()458 slp->ns_rec = m; in nfsrv_rcv_locked()649 slp->ns_rec = slp->ns_frag; in nfsrv_getstream()675 if (!(slp->ns_flag & (SLP_VALID | SLP_DOREC)) || (slp->ns_rec == NULL)) { in nfsrv_dorec()679 m = slp->ns_rec; in nfsrv_dorec()680 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()681 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()
1096 mbuf_t ns_rec; member