Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Duipc_socket.c3081 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 Dsys_socket.c120 struct uio *uio2, struct mbuf **mp0, struct mbuf **controlp, in soo_read()
H A Duipc_syscalls.c2579 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 Dvsock_domain.c1368 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 Duipc_socket2.c2153 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 Dprotosw.h491 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp,
596 struct mbuf **controlp, int *flagsp);
H A Dsocketvar.h768 struct mbuf *controlp; member
809 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_subr.c2000 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()