Home
last modified time | relevance | path

Searched refs:ncl_mbuf_mlen (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clcomsubs.c45 extern int ncl_mbuf_mlen;
65 if (siz > ncl_mbuf_mlen) /* or should it >= MCLBYTES ?? */ in nfsm_uiombuf()
179 if (siz > ncl_mbuf_mlen) /* or should it >= MCLBYTES ?? */ in nfsm_uiombuflist()
/freebsd-13-stable/sys/fs/nfs/
HDnfs_commonsubs.c70 int ncl_mbuf_mlen = MLEN; variable
882 if (siz > ncl_mbuf_mlen) in nfsm_strtom()