Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dunpcb.h68 struct unpcb { struct
70 struct unpcb *unp_conn; /* control block of connected socket */ argument
74 LIST_ENTRY(unpcb) unp_reflink; /* link in unp_refs list */ argument
83 TAILQ_ENTRY(unpcb) unp_link; /* glue on list of all PCBs */ argument
84 unp_gen_t unp_gencnt; /* generation count of this instance */
/dflybsd-src/usr.bin/fstat/
H A Dfstat.c865 struct unpcb unpcb; in socktrans() local