Lines Matching refs:controlp
168 struct mbuf **controlp, int *flagsp);
173 struct mbuf **controlp, int flags);
2743 struct uio *uio, struct mbuf **mp, struct mbuf **controlp, int *flagsp) argument
2918 if (controlp != NULL) {
2919 *controlp = m_copym(m, 0, m->m_len,
2921 controlp = &(*controlp)->m_next;
2938 if (controlp != NULL)
2939 *controlp = cm;
2942 if (controlp != NULL) {
2943 while (*controlp != NULL)
2944 controlp = &(*controlp)->m_next;
3219 struct mbuf **mp, struct mbuf **controlp, int *flagsp) argument
3225 if (controlp != NULL)
3226 *controlp = NULL;
3240 error = soreceive_generic_locked(so, psa, uio, mp, controlp, flagsp);
3251 struct mbuf **controlp, int flags) argument
3422 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3438 if (controlp != NULL)
3439 *controlp = NULL;
3454 return (soreceive_generic(so, psa, uio, mp0, controlp,
3468 return (soreceive_generic(so, psa, uio, mp0, controlp,
3472 error = soreceive_stream_locked(so, sb, psa, uio, mp0, controlp, flags);
3485 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3495 if (controlp != NULL)
3496 *controlp = NULL;
3507 return (soreceive_generic(so, psa, uio, mp0, controlp,
3621 if (controlp != NULL)
3622 *controlp = cm;
3625 if (controlp != NULL) {
3626 while (*controlp != NULL)
3627 controlp = &(*controlp)->m_next;
3661 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3666 error = so->so_proto->pr_soreceive(so, psa, uio, mp0, controlp, flagsp);