Searched refs:unpcb (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/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 \ 126 unpcb.h \ 160 types.h ubc.h ucontext.h ucred.h uio.h un.h unistd.h unpcb.h \
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_usrreq.c | 123 ZONE_DEFINE_TYPE(unp_zone, "unpzone", struct unpcb, ZC_NONE); 203 static void unp_detach(struct unpcb *); 204 static int unp_bind(struct unpcb *, struct sockaddr *, proc_t); 206 static void unp_disconnect(struct unpcb *); 207 static void unp_shutdown(struct unpcb *); 208 static void unp_drop(struct unpcb *, int); 214 static int unp_listen(struct unpcb *, proc_t); 215 static void unpcb_to_compat(struct unpcb *, struct unpcb_compat *); 234 struct unpcb *unp = sotounpcb(so); in unp_get_locks_in_order() 253 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 | 658 struct unpcb *unp = sotounpcb(so2); in sowakeup() 669 struct unpcb *unp; in sowakeup() 683 struct unpcb *unp; in sowakeup() 2340 struct unpcb *unp = sotounpcb(so); in sowriteable()
|
| H A D | uipc_socket.c | 4951 struct unpcb *unp = in sosetoptlock() 4952 (struct unpcb *)(so->so_pcb); in sosetoptlock() 4976 struct unpcb *unp = in sosetoptlock() 4977 (struct unpcb *)(so->so_pcb); in sosetoptlock() 5953 struct unpcb *unp = in sogetoptlock() 5954 (struct unpcb *)(so->so_pcb); in sogetoptlock() 6718 struct unpcb *unp = sotounpcb(so); in filt_sowrite_common()
|