Lines Matching refs:controlp
2967 soreceive_ctl(struct socket *so, struct mbuf **controlp, int flags, in soreceive_ctl() argument
2989 if (controlp != NULL) { in soreceive_ctl()
2990 if (*controlp == NULL) { in soreceive_ctl()
2991 msgpcm = controlp; in soreceive_ctl()
2993 *controlp = m_copy(m, 0, m->m_len); in soreceive_ctl()
3003 if (*controlp == NULL) { in soreceive_ctl()
3010 sopeek_scm_rights(*controlp); in soreceive_ctl()
3013 controlp = &(*controlp)->m_next; in soreceive_ctl()
3075 if (controlp != NULL && error == 0) { in soreceive_ctl()
3076 *controlp = cm; in soreceive_ctl()
3077 controlp = &(*controlp)->m_next; in soreceive_ctl()
3185 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in soreceive() argument
3227 if (controlp != NULL) { in soreceive()
3228 *controlp = NULL; in soreceive()
3538 error = soreceive_ctl(so, controlp, flags, &m, &nextrecord); in soreceive()
3970 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in soreceive_m_list() argument
3994 if (controlp != NULL) { in soreceive_m_list()
3995 *controlp = NULL; in soreceive_m_list()
4179 if (controlp != NULL) { in soreceive_m_list()
4180 *controlp = control; in soreceive_m_list()
4181 controlp = &control->m_nextpkt; in soreceive_m_list()