Searched refs:ns_rec (Results 1 – 3 of 3) sorted by relevance
335 if (slp->ns_rec) { in nfsrv_rcv_locked()412 slp->ns_rec = m; in nfsrv_rcv_locked()586 slp->ns_rec = slp->ns_frag; in nfsrv_getstream()610 if (!(slp->ns_flag & (SLP_VALID | SLP_DOREC)) || (slp->ns_rec == NULL)) { in nfsrv_dorec()614 m = slp->ns_rec; in nfsrv_dorec()615 slp->ns_rec = mbuf_nextpkt(m); in nfsrv_dorec()616 if (slp->ns_rec) { in nfsrv_dorec()
1718 if (slp->ns_rec) { in nfsrv_slpfree()1719 mbuf_freem(slp->ns_rec); in nfsrv_slpfree()1724 slp->ns_nam = slp->ns_raw = slp->ns_rec = slp->ns_frag = NULL; in nfsrv_slpfree()
983 mbuf_t ns_rec; member