Searched refs:controlp (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | uipc_socket.c | 3081 soreceive_ctl(struct socket *so, struct mbuf **controlp, int flags, in soreceive_ctl() argument 3103 if (controlp != NULL) { in soreceive_ctl() 3104 if (*controlp == NULL) { in soreceive_ctl() 3105 msgpcm = controlp; in soreceive_ctl() 3107 *controlp = m_copy(m, 0, m->m_len); in soreceive_ctl() 3117 if (*controlp == NULL) { in soreceive_ctl() 3124 sopeek_scm_rights(*controlp); in soreceive_ctl() 3127 controlp = &(*controlp)->m_next; in soreceive_ctl() 3189 if (controlp != NULL && error == 0) { in soreceive_ctl() 3190 *controlp = cm; in soreceive_ctl() [all …]
|
| H A D | sys_socket.c | 120 struct uio *uio2, struct mbuf **mp0, struct mbuf **controlp, in soo_read()
|
| H A D | uipc_syscalls.c | 2579 struct mbuf **controlp; in recvmsg_x_array() local 2593 controlp = (recv_msg_elem->which & SOCK_MSG_CONTROL) ? in recvmsg_x_array() 2594 &recv_msg_elem->controlp : NULL; in recvmsg_x_array() 2597 auio, NULL, controlp, &flags); in recvmsg_x_array() 3537 error = copyout_control(p, recv_msg_elem->controlp, in externalize_recv_msghdr_array() 3585 if (recv_msg_elem->controlp != NULL) { in free_recv_msg_array() 3586 m_freem(recv_msg_elem->controlp); in free_recv_msg_array()
|
| H A D | vsock_domain.c | 1368 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in vsock_soreceive() argument 1376 int result = soreceive(so, psa, uio, mp0, controlp, flagsp); in vsock_soreceive()
|
| H A D | uipc_socket2.c | 2153 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in pru_soreceive_notsupp() argument 2155 #pragma unused(so, paddr, uio, mp0, controlp, flagsp) in pru_soreceive_notsupp()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | protosw.h | 491 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp, 596 struct mbuf **controlp, int *flagsp);
|
| H A D | socketvar.h | 768 struct mbuf *controlp; member 809 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | mptcp_subr.c | 2000 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in mptcp_subflow_soreceive() argument 2027 if (mp == NULL || controlp != NULL) { in mptcp_subflow_soreceive()
|