Searched refs:unpcb (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.1.13/bsd/sys/ |
| H A D | unpcb.h | 122 _UCPCB_LIST_HEAD(unp_head, unpcb); 124 LIST_HEAD(unp_head, unpcb); 125 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb)) 127 struct unpcb { struct 128 LIST_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */ 132 struct unpcb *unp_conn; /* control block of connected socket */ argument 134 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument 168 #define unpcb_compat unpcb 169 struct unpcb {
|
| H A D | Makefile | 45 ttydefaults.h types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \ 128 unpcb.h \ 162 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_usrreq.c | 123 ZONE_DEFINE_TYPE(unp_zone, "unpzone", struct unpcb, ZC_NONE); 195 static void unp_detach(struct unpcb *); 196 static int unp_bind(struct unpcb *, struct sockaddr *, proc_t); 198 static void unp_disconnect(struct unpcb *); 199 static void unp_shutdown(struct unpcb *); 200 static void unp_drop(struct unpcb *, int); 206 static int unp_listen(struct unpcb *, proc_t); 207 static void unpcb_to_compat(struct unpcb *, struct unpcb_compat *); 226 struct unpcb *unp = sotounpcb(so); in unp_get_locks_in_order() 245 struct unpcb *unp = sotounpcb(so); in uipc_abort() [all …]
|
| H A D | socket_info.c | 172 struct unpcb *unp = (struct unpcb *)so->so_pcb; in fill_socketinfo()
|
| H A D | uipc_socket2.c | 659 struct unpcb *unp = sotounpcb(so2); in sowakeup() 670 struct unpcb *unp; in sowakeup() 684 struct unpcb *unp; in sowakeup() 2337 struct unpcb *unp = sotounpcb(so); in sowriteable()
|
| H A D | uipc_socket.c | 4961 struct unpcb *unp = in sosetoptlock() 4962 (struct unpcb *)(so->so_pcb); in sosetoptlock() 4986 struct unpcb *unp = in sosetoptlock() 4987 (struct unpcb *)(so->so_pcb); in sosetoptlock() 5965 struct unpcb *unp = in sogetoptlock() 5966 (struct unpcb *)(so->so_pcb); in sogetoptlock() 6730 struct unpcb *unp = sotounpcb(so); in filt_sowrite_common()
|