Lines Matching refs:controlp
170 struct mbuf **controlp, int *flagsp);
175 struct mbuf **controlp, int flags);
2648 struct uio *uio, struct mbuf **mp, struct mbuf **controlp, int *flagsp) argument
2823 if (controlp != NULL) {
2824 *controlp = m_copym(m, 0, m->m_len,
2826 controlp = &(*controlp)->m_next;
2847 (cm, controlp, flags);
2849 } else if (controlp != NULL)
2850 *controlp = cm;
2853 if (controlp != NULL) {
2854 while (*controlp != NULL)
2855 controlp = &(*controlp)->m_next;
3130 struct mbuf **mp, struct mbuf **controlp, int *flagsp) argument
3136 if (controlp != NULL)
3137 *controlp = NULL;
3156 error = soreceive_generic_locked(so, psa, uio, mp, controlp, flagsp);
3167 struct mbuf **controlp, int flags) argument
3338 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3354 if (controlp != NULL)
3355 *controlp = NULL;
3370 return (soreceive_generic(so, psa, uio, mp0, controlp,
3384 return (soreceive_generic(so, psa, uio, mp0, controlp,
3388 error = soreceive_stream_locked(so, sb, psa, uio, mp0, controlp, flags);
3401 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3411 if (controlp != NULL)
3412 *controlp = NULL;
3423 return (soreceive_generic(so, psa, uio, mp0, controlp,
3542 (cm, controlp, flags);
3543 } else if (controlp != NULL)
3544 *controlp = cm;
3547 if (controlp != NULL) {
3548 while (*controlp != NULL)
3549 controlp = &(*controlp)->m_next;
3583 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3588 error = so->so_proto->pr_soreceive(so, psa, uio, mp0, controlp, flagsp);