Home | History | Annotate | Download | only in kern

Lines Matching refs:controlp

1163     struct mbuf **mp0, struct mbuf **controlp, int *flagsp)
1184 if (controlp != NULL)
1185 *controlp = NULL;
1373 * perform externalization (or freeing if controlp == NULL).
1381 if (controlp != NULL) {
1382 *controlp = m_copym(m, 0, m->m_len, M_DONTWAIT);
1383 controlp = (*controlp == NULL ? NULL :
1384 &(*controlp)->m_next);
1403 if (controlp != NULL) {
1416 *controlp = cm;
1417 while (*controlp != NULL)
1418 controlp = &(*controlp)->m_next;