Lines Matching refs:mp0
3225 struct sockaddr **psa, struct uio *uio, struct mbuf **mp0, argument
3310 if (mp0 != NULL) {
3313 if (*mp0 == NULL)
3314 *mp0 = sb->sb_mb;
3316 m_cat(*mp0, sb->sb_mb);
3343 if (*mp0 != NULL)
3344 m_cat(*mp0, m);
3346 *mp0 = m;
3347 if (*mp0 == NULL) {
3397 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3417 if (mp0 != NULL)
3418 *mp0 = NULL;
3429 return (soreceive_generic(so, psa, uio, mp0, controlp,
3443 return (soreceive_generic(so, psa, uio, mp0, controlp,
3447 error = soreceive_stream_locked(so, sb, psa, uio, mp0, controlp, flags);
3460 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3481 if (mp0 != NULL || (flags & (MSG_PEEK | MSG_OOB | MSG_TRUNC)))
3482 return (soreceive_generic(so, psa, uio, mp0, controlp,
3639 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) argument
3644 error = so->so_proto->pr_soreceive(so, psa, uio, mp0, controlp, flagsp);