Lines Matching refs:ml
3390 struct mbuf *m, **mp, *ml = NULL; in soreceive() local
3899 ml->m_next = m; in soreceive()
3901 ml = m; in soreceive()
3903 ml->m_next = NULL; in soreceive()
4176 struct mbuf *ml, *m; in sodelayed_copy_list() local
4180 for (ml = *free_list, i = 0; ml != NULL && i < uiocnt; in sodelayed_copy_list()
4181 ml = ml->m_nextpkt, i++) { in sodelayed_copy_list()
4183 for (m = ml; m != NULL; m = m->m_next) { in sodelayed_copy_list()
4205 struct mbuf *ml = NULL, *free_list = NULL, *free_tail = NULL; in soreceive_list() local
4448 ml = NULL; in soreceive_list()
4499 if (ml == NULL) { in soreceive_list()
4508 if (ml != NULL) { in soreceive_list()
4509 ml->m_next = m; in soreceive_list()
4511 ml = m; in soreceive_list()
4516 so->so_rcv.sb_mb = m = ml->m_next; in soreceive_list()
4517 ml->m_next = NULL; in soreceive_list()