Searched defs:unpcb (Results 1 – 2 of 2) sorted by relevance
68 struct unpcb { struct70 struct unpcb *unp_conn; /* control block of connected socket */ argument74 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument83 TAILQ_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */ argument84 unp_gen_t unp_gencnt; /* generation count of this instance */
865 struct unpcb unpcb; in socktrans() local