Lines Matching refs:so_pcb
772 if (so->so_pcb != NULL) { in socreate_internal()
1423 if (so->so_pcb == NULL) { in soclose_locked()
1472 if (so->so_pcb != NULL && !(so->so_flags & SOF_PCBCLEARING)) { in soclose_locked()
1483 if (so->so_pcb != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in soclose_locked()
3594 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3902 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3996 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4364 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
4952 (struct unpcb *)(so->so_pcb); in sosetoptlock()
4977 (struct unpcb *)(so->so_pcb); in sosetoptlock()
5971 (struct unpcb *)(so->so_pcb); in sogetoptlock()
7352 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_isdstlocal()
7408 struct inpcb *inp = (struct inpcb *)so->so_pcb; in sosetdefunct()
7742 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_check_extended_bk_idle_time()