Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dunpcb.h73 LIST_HEAD(unp_head, unpcb);
75 struct unpcb { struct
78 struct unpcb *unp_conn; /* (p) connected socket */ argument
88 LIST_ENTRY(unpcb) unp_reflink; /* (l) link in unp_refs list */ argument
89 LIST_ENTRY(unpcb) unp_link; /* (g) glue on list of all PCBs */
96 LIST_ENTRY(unpcb) unp_dead; /* (g) link in dead list */ argument
127 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb))
180 unp_copy_peercred(struct thread *td, struct unpcb *client_unp,
181 struct unpcb *server_unp, struct unpcb *listen_unp);
H A Dvnode.h149 struct unpcb *v_unpcb; /* v unix domain net (VSOCK) */
/freebsd/sys/kern/
H A Duipc_usrreq.c295 static void unp_disconnect(struct unpcb *unp, struct unpcb *unp2);
346 unp_pcb_lock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_lock_pair()
363 unp_pcb_unlock_pair(struct unpcb *unp, struct unpcb *unp2) in unp_pcb_unlock_pair()
379 struct unpcb *unp2; in unp_pcb_lock_peer()
442 struct unpcb *unp; in uipc_attach()
523 struct unpcb *unp; in uipc_bindat()
831 struct unpcb *unp; in uipc_listen()
1665 struct unpcb *unp; in uipc_sense()
1737 struct unpcb *unp; in uipc_sockaddr()
2046 struct unpcb *server_unp, struct unpcb *listen_unp) in unp_copy_peercred()
[all …]
H A Dsys_socket.c360 struct unpcb *unpcb; in soo_fill_kinfo() local
388 unpcb = (struct unpcb *)(so->so_pcb); in soo_fill_kinfo()
389 if (unpcb->unp_conn) { in soo_fill_kinfo()
391 (uintptr_t)unpcb->unp_conn; in soo_fill_kinfo()
H A Dvnode_if.src729 IN struct unpcb *unpcb;
737 OUT struct unpcb **unpcb;
H A Duipc_syscalls.c598 struct unpcb *unp, *unp2; in kern_socketpair()
/freebsd/usr.bin/netstat/
H A Dunix.c99 struct unpcb *unp, unp0, unp_conn; in pcblist_kvm()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c1476 struct unpcb unpcb; in procstat_get_socket_info_kvm() local
1533 if (kvm_read(kd, (u_long)s.so_pcb, (char *)&unpcb, in procstat_get_socket_info_kvm()
1534 sizeof(struct unpcb)) != sizeof(struct unpcb)){ in procstat_get_socket_info_kvm()
1537 } else if (unpcb.unp_conn) { in procstat_get_socket_info_kvm()
1538 sock->unp_conn = (uintptr_t)unpcb.unp_conn; in procstat_get_socket_info_kvm()
/freebsd/tools/build/test-includes/
H A Dbadfiles.inc140 sys/unpcb.h \