HomeSort by: relevance | last modified time | path
    Searched refs:sotounpcb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
unpcb.h 107 #define sotounpcb(so) ((struct unpcb *)((so)->so_pcb)) macro
  /src/sys/kern/
uipc_usrreq.c 291 unp = sotounpcb(so);
293 KASSERT(sotounpcb(so2)->unp_streamlock == NULL);
327 unp = sotounpcb(so);
390 unp = sotounpcb(so);
408 struct unpcb *unp = sotounpcb(so);
463 struct unpcb *unp = sotounpcb(so);
614 struct unpcb *unp = sotounpcb(so);
719 struct unpcb *unp = sotounpcb(so);
773 unp = sotounpcb(so);
816 struct unpcb *unp = sotounpcb(so)
    [all...]
uipc_domain.c 495 struct unpcb *unp = sotounpcb(so);

Completed in 37 milliseconds