Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h430 _XSOCKET_PTR(struct socket *) xso_so; /* makes a convenient handle */
453 u_int64_t xso_so; /* makes a convenient handle */ member
488 u_int64_t xso_so; /* makes a convenient handle */ member
/xnu-8020.140.41/bsd/netinet/
H A Din_pcblist.c119 xso->xso_so = (uint64_t)VM_KERNEL_ADDRPERM(so); in sotoxsocket_n()
/xnu-8020.140.41/bsd/kern/
H A Duipc_socket2.c2743 xso->xso_so = (_XSOCKET_PTR(struct socket *))VM_KERNEL_ADDRPERM(so); in sotoxsocket()
2774 xso->xso_so = (u_int64_t)VM_KERNEL_ADDRPERM(so); in sotoxsocket64()