Lines Matching refs:so_pcb
764 if (so->so_pcb != NULL) { in socreate_internal()
1409 if (so->so_pcb == NULL) { in soclose_locked()
1457 if (so->so_pcb != NULL && !(so->so_flags & SOF_PCBCLEARING)) { in soclose_locked()
1468 if (so->so_pcb != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in soclose_locked()
3648 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3957 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
4051 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4593 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive_list()
5184 (struct unpcb *)(so->so_pcb); in sosetoptlock()
6119 (struct unpcb *)(so->so_pcb); in sogetoptlock()
7434 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_isdstlocal()
7490 struct inpcb *inp = (struct inpcb *)so->so_pcb; in sosetdefunct()
7819 struct inpcb *inp = (struct inpcb *)so->so_pcb; in so_check_extended_bk_idle_time()