Searched refs:sotounpcb (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/sys/
H A Dunpcb.h107 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb)) macro
/netbsd-current/sys/kern/
H A Duipc_usrreq.c288 unp = sotounpcb(so);
290 KASSERT(sotounpcb(so2)->unp_streamlock == NULL);
324 unp = sotounpcb(so);
387 unp = sotounpcb(so);
405 struct unpcb *unp = sotounpcb(so);
460 struct unpcb *unp = sotounpcb(so);
611 struct unpcb *unp = sotounpcb(so);
716 struct unpcb *unp = sotounpcb(so);
770 unp = sotounpcb(so);
813 struct unpcb *unp = sotounpcb(s
[all...]
H A Duipc_domain.c492 struct unpcb *unp = sotounpcb(so);

Completed in 102 milliseconds