Home
last modified time | relevance | path

Searched refs:so_mpkl_send_uuid (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h357 uuid_t so_mpkl_send_uuid; member
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5599 uuid_copy(so->so_mpkl_send_uuid, so_mpkl_send_info.mpkl_uuid); in sosetoptlock()
5602 if (uuid_is_null(so->so_mpkl_send_uuid) && so->so_mpkl_send_proto == 0) { in sosetoptlock()
6222 uuid_copy(so_mpkl_send_info.mpkl_uuid, so->so_mpkl_send_uuid); in sogetoptlock()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c1205 uuid_copy(mpkl_send_info.mpkl_uuid, so->so_mpkl_send_uuid); in tcp_usr_send()