Home
last modified time | relevance | path

Searched refs:mbuf_next (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
HDnfskpiport.h48 #define mbuf_next(m) ((m)->m_next) macro
HDnfs_commonsubs.c229 mp = mbuf_next(mp); in nfsm_mbufuio()
301 nd->nd_md = mbuf_next(nd->nd_md); in nfsm_dissct()
310 } else if (mbuf_next(nd->nd_md) == NULL) { in nfsm_dissct()
318 mbuf_setnext(mp2, mbuf_next(nd->nd_md)); in nfsm_dissct()
326 mp2 = mbuf_next(mp2); in nfsm_dissct()
340 mp2 = mbuf_next(mp2); in nfsm_dissct()
384 nd->nd_md = mbuf_next(nd->nd_md); in nfsm_advance()
616 while (mbuf_next(m) != nd->nd_md) {
617 if (mbuf_next(m) == NULL)
619 m = mbuf_next(m);
[all …]
/freebsd-11-stable/sys/dev/ena/
HDena_datapath.c709 struct mbuf *mbuf_next; in ena_tx_csum() local
752 mbuf_next = m_getptr(mbuf, ehdrlen, &offset); in ena_tx_csum()
753 ip = (struct ip *)(mtodo(mbuf_next, offset)); in ena_tx_csum()
756 mbuf_next = m_getptr(mbuf, iphlen + ehdrlen, &offset); in ena_tx_csum()
757 th = (struct tcphdr *)(mtodo(mbuf_next, offset)); in ena_tx_csum()
/freebsd-11-stable/sys/fs/nfsserver/
HDnfs_nfsdsubs.c1288 if (mbuf_next(m) == NULL) in nfsrv_adj()
1290 m = mbuf_next(m); in nfsrv_adj()
1309 for (m = mp; m; m = mbuf_next(m)) { in nfsrv_adj()
1321 for (m = mbuf_next(m); m; m = mbuf_next(m)) in nfsrv_adj()
1877 md = mbuf_next(md); in nfsrv_parsename()
HDnfs_nfsdcache.c1020 m = mbuf_next(m); in nfsrc_getlenandcksum()
HDnfs_nfsdserv.c884 mp = mbuf_next(mp); in nfsrvd_write()