Lines Matching refs:so_pcb
771 if (so->so_pcb != NULL) { in socreate_internal()
1417 if (so->so_pcb == NULL) { in soclose_locked()
1466 if (so->so_pcb != NULL && !(so->so_flags & SOF_PCBCLEARING)) { in soclose_locked()
1477 if (so->so_pcb != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in soclose_locked()
3628 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3936 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
4030 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4399 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
5036 (struct unpcb *)(so->so_pcb); in sosetoptlock()
5061 (struct unpcb *)(so->so_pcb); in sosetoptlock()
6061 (struct unpcb *)(so->so_pcb); in sogetoptlock()
7443 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_isdstlocal()
7499 struct inpcb *inp = (struct inpcb *)so->so_pcb; in sosetdefunct()
7833 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_check_extended_bk_idle_time()