HomeSort by: relevance | last modified time | path
    Searched refs:mbuf_next (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/fs/nfs/common/
nfskpiport.h 52 #define mbuf_next(m) ((m)->m_next) macro
nfs_commonsubs.c 226 mp = mbuf_next(mp);
298 nd->nd_md = mbuf_next(nd->nd_md);
307 } else if (mbuf_next(nd->nd_md) == NULL) {
315 mbuf_setnext(mp2, mbuf_next(nd->nd_md));
323 mp2 = mbuf_next(mp2);
337 mp2 = mbuf_next(mp2);
377 nd->nd_md = mbuf_next(nd->nd_md);
609 while (mbuf_next(m) != nd->nd_md) {
610 if (mbuf_next(m) == NULL)
612 m = mbuf_next(m)
    [all...]
  /src/sys/fs/nfs/server/
nfs_nfsdsubs.c 1297 if (mbuf_next(m) == NULL)
1299 m = mbuf_next(m);
1318 for (m = mp; m; m = mbuf_next(m)) {
1330 for (m = mbuf_next(m); m; m = mbuf_next(m))
1884 md = mbuf_next(md);
nfs_nfsdcache.c 1023 m = mbuf_next(m);
nfs_nfsdserv.c 876 mp = mbuf_next(mp);

Completed in 18 milliseconds