Searched refs:m_last (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c237 struct mbuf *m_last = NULL; local
1143 m_last = NULL;
1157 if ((m = m_copym_with_hdrs(so->so_snd.sb_mb, off, (int) len, M_DONTWAIT, &m_last, &m_off)) == NULL) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c3893 struct mbuf **m_last, int *m_off)
3907 if (*m_last != NULL) {
3908 m = *m_last;
3985 *m_last = m->m_next;
3988 *m_last = m;
3892 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, struct mbuf **m_last, int *m_off) argument

Completed in 86 milliseconds