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()
3473 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3781 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3875 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4244 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
4881 (struct unpcb *)(so->so_pcb); in sosetoptlock()
4906 (struct unpcb *)(so->so_pcb); in sosetoptlock()
5947 (struct unpcb *)(so->so_pcb); in sogetoptlock()
7351 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_isdstlocal()
7407 struct inpcb *inp = (struct inpcb *)so->so_pcb; in sosetdefunct()
7741 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_check_extended_bk_idle_time()