Searched refs:ns_rec (Results 1 – 3 of 3) sorted by relevance
344 if (slp->ns_rec) { in nfsrv_rcv_locked()421 slp->ns_rec = m; in nfsrv_rcv_locked()604 slp->ns_rec = slp->ns_frag; in nfsrv_getstream()628 if (!(slp->ns_flag & (SLP_VALID | SLP_DOREC)) || (slp->ns_rec == NULL)) { in nfsrv_dorec()632 m = slp->ns_rec; in nfsrv_dorec()633 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()634 if (slp->ns_rec) { in nfsrv_dorec()
1753 if (slp->ns_rec) { in nfsrv_slpfree()1754 mbuf_freem(slp->ns_rec); in nfsrv_slpfree()1759 slp->ns_nam = slp->ns_raw = slp->ns_rec = slp->ns_frag = NULL; in nfsrv_slpfree()
984 mbuf_t ns_rec; member