Searched defs:unpcb (Results 1 – 3 of 3) sorted by relevance
69 struct unpcb { struct74 struct unpcb *unp_conn; /* [s] control block of connected argument77 SLIST_HEAD(,unpcb) unp_refs; /* [s] referencing socket linked list */ argument82 int unp_flags; /* [s] this unpcb contains peer eids */ argument86 LIST_ENTRY(unpcb) unp_link; /* [G] link in per-AF list of sockets */ argument
653 struct unpcb unpcb; in fill_file() local
1383 struct unpcb *unpcb = so->so_pcb; fill_file() local [all...]