Home
last modified time | relevance | path

Searched defs:unpcb (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
Dunpcb.h67 struct unpcb { struct
73 struct unpcb *unp_conn; /* control block of connected socket */ argument
75 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument
76 struct sockaddr_un *unp_addr; /* bound address of socket */
77 int reserved1;
78 int reserved2;
79 unp_gen_t unp_gencnt; /* generation count of this instance */
80 short unp_flags; /* flags */
81 short unp_gcflag; /* Garbage collector flags. */
82 struct xucred unp_peercred; /* peer credentials, if applicable */
[all …]
/freebsd-10-stable/sys/kern/
Duipc_usrreq.c2508 DB_SHOW_COMMAND(unpcb, db_show_unpcb) in DB_SHOW_COMMAND() argument
Dkern_descrip.c3715 struct unpcb *unpcb; in fill_socket_info() local
/freebsd-10-stable/lib/libprocstat/
Dlibprocstat.c1434 struct unpcb unpcb; in procstat_get_socket_info_kvm() local