Searched refs:controlp (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | protosw.h | 492 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp, 592 struct mbuf **controlp, int *flagsp);
|
| H A D | socketvar.h | 765 struct mbuf *controlp; member 807 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_socket.c | 2958 soreceive_ctl(struct socket *so, struct mbuf **controlp, int flags, in soreceive_ctl() argument 2980 if (controlp != NULL) { in soreceive_ctl() 2981 if (*controlp == NULL) { in soreceive_ctl() 2982 msgpcm = controlp; in soreceive_ctl() 2984 *controlp = m_copy(m, 0, m->m_len); in soreceive_ctl() 2994 if (*controlp == NULL) { in soreceive_ctl() 3001 sopeek_scm_rights(*controlp); in soreceive_ctl() 3004 controlp = &(*controlp)->m_next; in soreceive_ctl() 3066 if (controlp != NULL && error == 0) { in soreceive_ctl() 3067 *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 | 2584 struct mbuf **controlp; in recvmsg_x_array() local 2598 controlp = (recv_msg_elem->which & SOCK_MSG_CONTROL) ? in recvmsg_x_array() 2599 &recv_msg_elem->controlp : NULL; in recvmsg_x_array() 2602 auio, NULL, controlp, &flags); in recvmsg_x_array() 3542 error = copyout_control(p, recv_msg_elem->controlp, in externalize_recv_msghdr_array() 3590 if (recv_msg_elem->controlp != NULL) { in free_recv_msg_array() 3591 m_freem(recv_msg_elem->controlp); in free_recv_msg_array()
|
| H A D | vsock_domain.c | 1461 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in vsock_soreceive() argument 1469 int result = soreceive(so, psa, uio, mp0, controlp, flagsp); in vsock_soreceive()
|
| H A D | uipc_socket2.c | 2190 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in pru_soreceive_notsupp() argument 2192 #pragma unused(so, paddr, uio, mp0, controlp, flagsp) in pru_soreceive_notsupp()
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 2014 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in mptcp_subflow_soreceive() argument 2041 if (mp == NULL || controlp != NULL) { in mptcp_subflow_soreceive()
|