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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c291 struct mbuf *m_lastm = NULL; local
1399 m_lastm = NULL;
1413 if ((m = m_copym_with_hdrs(so->so_snd.sb_mb, off, len, M_DONTWAIT, &m_lastm, &m_off)) == NULL) {
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c4484 struct mbuf **m_lastm, int *m_off)
4498 if (*m_lastm != NULL) {
4499 m = *m_lastm;
4576 *m_lastm = m->m_next;
4579 *m_lastm = m;
4483 m_copym_with_hdrs(struct mbuf *m, int off0, int len0, int wait, struct mbuf **m_lastm, int *m_off) argument

Completed in 31 milliseconds