Searched refs:mlast (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c861 struct mbuf *mlast, *mic, *tm; local
867 mlen = m_length(m, &mlast);
892 mlast->m_next = tm;
898 mlast->m_next = NULL;
949 struct mbuf *mlast, *mic; local
955 mlen = m_length(m, &mlast);
1000 mlast->m_next = mic;
1002 mlast->m_next = NULL;
1044 struct mbuf *mlast, *tm; local
1050 mlen = m_length(m, &mlast);
1143 struct mbuf *mlast; local
1254 struct mbuf *m, *mlast, *tm, *cm, *pm; local
1405 struct mbuf *m, *mlast, *tm; local
1605 struct mbuf *m, *mlast, *hm, *cm, *n; local
1783 struct mbuf *m, *mlast, *hm, *cm; local
[all...]
/freebsd-10.1-release/sys/netinet6/
H A Dip6_output.c1321 struct mbuf *n, *mlast; local
1333 for (mlast = n; mlast->m_next; mlast = mlast->m_next)
1336 if ((mlast->m_flags & M_EXT) == 0 &&
1337 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1339 *frghdrp = (struct ip6_frag *)(mtod(mlast, caddr_t) +
1340 mlast->m_len);
1341 mlast
[all...]
/freebsd-10.1-release/sys/kern/
H A Duipc_sockbuf.c722 struct mbuf *m, *n, *mlast; local
740 mlast = m;
743 sb->sb_mbtail = mlast;
H A Duipc_mbuf.c1919 struct mbuf *n, *mfirst, *mlast; local
1999 mlast = NULL;
2004 if (mlast != NULL)
2005 mlast->m_next = n;
2006 mlast = n;
/freebsd-10.1-release/sys/dev/hifn/
H A Dhifn7751.c1864 struct mbuf *m, *m0, *mlast; local
1907 mlast = m0;
1923 mlast->m_next = m;
1934 mlast->m_next = m;
1935 mlast = m;
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5687 vm_page_t mfirst, mlast, mreq; local
5726 mlast = m[reqstart + reqsize - 1];
5766 if (IDX_TO_OFF(mlast->pindex) + lsize > object->un_pager.vnp.vnp_size)
5767 lsize = object->un_pager.vnp.vnp_size - IDX_TO_OFF(mlast->pindex);

Completed in 210 milliseconds