Home
last modified time | relevance | path

Searched refs:controlp (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dprotosw.h492 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp,
592 struct mbuf **controlp, int *flagsp);
H A Dsocketvar.h765 struct mbuf *controlp; member
807 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c2958 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 Dsys_socket.c120 struct uio *uio2, struct mbuf **mp0, struct mbuf **controlp, in soo_read()
H A Duipc_syscalls.c2584 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 Dvsock_domain.c1461 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 Duipc_socket2.c2190 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 Dmptcp_subr.c2014 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()