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

/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h359 _XSOCKET_PTR(struct socket *) xso_so; /* makes a convenient handle */ member in struct:xsocket
383 u_int64_t xso_so; /* makes a convenient handle */ member in struct:xsocket64
417 u_int64_t xso_so; /* makes a convenient handle */ member in struct:xsocket_n
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c110 xso->xso_so = (u_int64_t)(uintptr_t)so;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c1889 xso->xso_so = (_XSOCKET_PTR(struct socket *))VM_KERNEL_ADDRPERM(so);
1920 xso->xso_so = (u_int64_t)VM_KERNEL_ADDRPERM(so);

Completed in 27 milliseconds