Lines Matching refs:pr_flags
1139 if (pr->pr_flags & PR_RIGHTS && pr->pr_domain->dom_dispose != NULL)
1326 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
1382 KASSERT(so->so_proto->pr_flags & PR_ATOMIC,
1426 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
1427 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1435 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
1502 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
1578 (so->so_proto->pr_flags & PR_ATOMIC);
1636 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
1637 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
1646 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
1747 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
1928 if ((pr->pr_flags & PR_WANTRCVD) && (so->so_state & SS_ISCONFIRMING)
1950 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0)) {
1991 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
2037 if (pr->pr_flags & PR_ADDR) {
2221 if (pr->pr_flags & PR_ATOMIC &&
2317 if (pr->pr_flags & PR_WANTRCVD) {
2343 if (m != NULL && pr->pr_flags & PR_ATOMIC) {
2370 (pr->pr_flags & PR_WANTRCVD)) {
2589 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
2649 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
2651 KASSERT(pr->pr_flags & PR_ATOMIC, ("soreceive_dgram: !atomic"));
2654 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,
2723 if (pr->pr_flags & PR_ADDR) {
2916 if (pr->pr_flags & PR_RIGHTS && pr->pr_domain->dom_dispose != NULL)
3902 (so->so_proto->pr_flags & PR_CONNREQUIRED))