Lines Matching refs:pr_flags
1035 if (pr->pr_flags & PR_RIGHTS && pr->pr_domain->dom_dispose != NULL)
1223 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
1281 KASSERT(so->so_proto->pr_flags & PR_ATOMIC,
1325 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
1326 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1334 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
1401 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
1467 (so->so_proto->pr_flags & PR_ATOMIC);
1498 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
1499 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1508 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
1589 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
1747 if ((pr->pr_flags & PR_WANTRCVD) && (so->so_state & SS_ISCONFIRMING)
1769 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0)) {
1796 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
1842 if (pr->pr_flags & PR_ADDR) {
1996 if (pr->pr_flags & PR_ATOMIC &&
2092 if (pr->pr_flags & PR_WANTRCVD) {
2118 if (m != NULL && pr->pr_flags & PR_ATOMIC) {
2145 (pr->pr_flags & PR_WANTRCVD)) {
2342 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
2403 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
2405 KASSERT(pr->pr_flags & PR_ATOMIC, ("soreceive_dgram: !atomic"));
2408 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,
2477 if (pr->pr_flags & PR_ADDR) {
2667 if (pr->pr_flags & PR_RIGHTS && pr->pr_domain->dom_dispose != NULL)
3642 (so->so_proto->pr_flags & PR_CONNREQUIRED))