Lines Matching refs:pr_flags
1005 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()
1694 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()
1811 !(so->so_proto->pr_flags & PR_MULTICONN) && in soconnectxlocked()
1812 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()
1835 if ((so->so_proto->pr_flags & PR_DATA_IDEMPOTENT) && in soconnectxlocked()
1852 if ((so->so_proto->pr_flags & PR_PRECONN_WRITE) && in soconnectxlocked()
2045 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()
2052 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()
2243 (so->so_proto->pr_flags & PR_ATOMIC); in sosend()
2526 (so->so_proto->pr_flags & PR_IMPLOPCL) && in sosend()
2730 (so->so_proto->pr_flags & PR_ATOMIC); in sosend_list()
3292 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0) { in so_should_wait()
3617 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()
3648 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
3686 if ((pr->pr_flags & PR_ADDR) && m->m_type == MT_SONAME) { in soreceive()
3957 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()
4010 if (m != NULL && pr->pr_flags & PR_ATOMIC) { in soreceive()
4051 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()
4338 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive_list()
4385 if ((pr->pr_flags & PR_ADDR) && m->m_type == MT_SONAME) { in soreceive_list()
4593 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive_list()
4874 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
6068 if (so->so_proto->pr_flags & PR_ATOMIC) { in sogetoptlock()
6089 if (so->so_proto->pr_flags & PR_ATOMIC) { in sogetoptlock()
7021 (so->so_proto->pr_flags & PR_EVCONNINFO)) { in filt_sockev_common()