Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dprotosw.h491 struct uio *uio, struct mbuf **mp0, struct mbuf *__single *controlp,
598 struct mbuf **controlp, int *flagsp);
H A Dsocketvar.h774 struct mbuf *controlp; member
816 struct uio *uio, struct mbuf **mp0, struct mbuf **controlp, int *flagsp);
/xnu-11215/bsd/kern/
H A Duipc_socket.c3100 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 Dsys_socket.c120 struct uio *uio2, struct mbuf **mp0, struct mbuf **controlp, in soo_read()
H A Duipc_syscalls.c2588 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 Dvsock_domain.c1370 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 Duipc_socket2.c2208 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 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()