Searched refs:controlp (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | protosw.h | 491 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp, 598 struct mbuf **controlp, int *flagsp);
|
| H A D | socketvar.h | 774 struct mbuf *controlp; member 816 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
|
| /xnu-11215/bsd/kern/ |
| H A D | uipc_socket.c | 3100 if (controlp != NULL) { in soreceive_ctl() 3102 msgpcm = controlp; in soreceive_ctl() 3124 controlp = &(*controlp)->m_next; in soreceive_ctl() 3187 *controlp = cm; in soreceive_ctl() 3188 controlp = &(*controlp)->m_next; in soreceive_ctl() 3338 if (controlp != NULL) { in soreceive() 3339 *controlp = NULL; in soreceive() 4105 if (controlp != NULL) { in soreceive_m_list() 4106 *controlp = NULL; in soreceive_m_list() 4290 if (controlp != NULL) { in soreceive_m_list() [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 | 2588 struct mbuf **controlp; in recvmsg_x_array() local 2602 controlp = (recv_msg_elem->which & SOCK_MSG_CONTROL) ? in recvmsg_x_array() 2603 &recv_msg_elem->controlp : NULL; in recvmsg_x_array() 2606 auio, NULL, controlp, &flags); in recvmsg_x_array() 3546 error = copyout_control(p, recv_msg_elem->controlp, in externalize_recv_msghdr_array() 3594 if (recv_msg_elem->controlp != NULL) { in free_recv_msg_array() 3595 m_freem(recv_msg_elem->controlp); in free_recv_msg_array()
|
| H A D | vsock_domain.c | 1370 struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in vsock_soreceive() argument 1378 int result = soreceive(so, psa, uio, mp0, controlp, flagsp); in vsock_soreceive()
|
| H A D | uipc_socket2.c | 2208 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp) in pru_soreceive_notsupp() argument 2210 #pragma unused(so, paddr, uio, mp0, controlp, flagsp) in pru_soreceive_notsupp()
|
| /xnu-11215/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()
|