Searched defs:unpcb (Results 1 – 4 of 4) sorted by relevance
67 struct unpcb { struct73 struct unpcb *unp_conn; /* control block of connected socket */ argument75 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument76 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 …]
2508 DB_SHOW_COMMAND(unpcb, db_show_unpcb) in DB_SHOW_COMMAND() argument
3715 struct unpcb *unpcb; in fill_socket_info() local
1434 struct unpcb unpcb; in procstat_get_socket_info_kvm() local