Home
last modified time | relevance | path

Searched refs:unpcb (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/sys/
Dunpcb.h76 LIST_HEAD(unp_head, unpcb);
78 struct unpcb { struct
81 struct unpcb *unp_conn; /* (p) connected socket */ argument
91 LIST_ENTRY(unpcb) unp_reflink; /* (l) link in unp_refs list */ argument
92 LIST_ENTRY(unpcb) unp_link; /* (g) glue on list of all PCBs */
98 LIST_ENTRY(unpcb) unp_dead; /* (g) link in dead list */ argument
130 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))
183 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
184 struct unpcb *server_unp, struct unpcb *listen_unp);
Dvnode.h120 struct unpcb *v_unpcb; /* v unix domain net (VSOCK) */
/freebsd-12-stable/sys/kern/
Duipc_usrreq.c292 static void unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
295 static void unp_shutdown(struct unpcb *);
296 static void unp_drop(struct unpcb *);
311 unp_pcb_hold(struct unpcb *unp) in unp_pcb_hold()
317 unp_pcb_rele(struct unpcb *unp) in unp_pcb_rele()
332 unp_pcb_rele_notlast(struct unpcb *unp) in unp_pcb_rele_notlast()
341 unp_pcb_lock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_lock_pair()
358 unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_unlock_pair()
371 static struct unpcb *
372 unp_pcb_lock_peer(struct unpcb *unp) in unp_pcb_lock_peer()
[all …]
Dsys_socket.c370 struct unpcb *unpcb; in soo_fill_kinfo() local
399 unpcb = (struct unpcb *)(so->so_pcb); in soo_fill_kinfo()
400 if (unpcb->unp_conn) { in soo_fill_kinfo()
402 (uintptr_t)unpcb->unp_conn; in soo_fill_kinfo()
Dvnode_if.src665 IN struct unpcb *unpcb;
673 OUT struct unpcb **unpcb;
Duipc_syscalls.c620 struct unpcb *unp, *unp2; in kern_socketpair()
/freebsd-12-stable/lib/libprocstat/
Dlibprocstat.c1449 struct unpcb unpcb; in procstat_get_socket_info_kvm() local
1519 if (kvm_read(kd, (u_long)s.so_pcb, (char *)&unpcb, in procstat_get_socket_info_kvm()
1520 sizeof(struct unpcb)) != sizeof(struct unpcb)){ in procstat_get_socket_info_kvm()
1523 } else if (unpcb.unp_conn) { in procstat_get_socket_info_kvm()
1526 sock->unp_conn = (uintptr_t)unpcb.unp_conn; in procstat_get_socket_info_kvm()
/freebsd-12-stable/usr.bin/netstat/
Dunix.c107 struct unpcb *unp, unp0, unp_conn; in pcblist_kvm()
/freebsd-12-stable/
DObsoleteFiles.inc12084 OLD_FILES+=usr/libdata/perl/5.00503/mach/sys/unpcb.ph