Lines Matching refs:so_pcb
613 if (so->so_pcb != NULL) { in socreate_internal()
1257 if (so->so_pcb == NULL) { in soclose_locked()
1306 if (so->so_pcb != NULL && !(so->so_flags & SOF_PCBCLEARING)) { in soclose_locked()
1317 if (so->so_pcb != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in soclose_locked()
3482 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3790 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3884 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4253 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
4890 (struct unpcb *)(so->so_pcb); in sosetoptlock()
4915 (struct unpcb *)(so->so_pcb); in sosetoptlock()
5956 (struct unpcb *)(so->so_pcb); in sogetoptlock()
7360 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_isdstlocal()
7416 struct inpcb *inp = (struct inpcb *)so->so_pcb; in sosetdefunct()
7750 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_check_extended_bk_idle_time()