Lines Matching refs:pr_flags
921 if ((prp->pr_flags & PR_CAPATTACH) == 0) { in socreate()
951 if ((prp->pr_flags & PR_SOCKBUF) == 0) { in socreate()
1187 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {
1325 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {
1831 if ((pr->pr_flags & PR_RIGHTS) && !SOLISTENING(so)) {
1843 if (!(pr->pr_flags & PR_SOCKBUF) && !SOLISTENING(so)) {
2011 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
2065 KASSERT(so->so_proto->pr_flags & PR_ATOMIC,
2109 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2110 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
2118 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2184 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
2263 (so->so_proto->pr_flags & PR_ATOMIC);
2317 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2318 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
2327 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2428 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
2539 (so->so_proto->pr_flags & PR_ATOMIC) == 0 &&
2681 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0)) {
2722 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
2768 if (pr->pr_flags & PR_ADDR) {
2952 if (pr->pr_flags & PR_ATOMIC &&
3048 if (pr->pr_flags & PR_WANTRCVD) {
3078 if (m != NULL && pr->pr_flags & PR_ATOMIC) {
3107 (pr->pr_flags & PR_WANTRCVD)) {
3147 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
3313 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
3429 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
3431 KASSERT(pr->pr_flags & PR_ATOMIC, ("soreceive_dgram: !atomic"));
3434 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,
3503 if (pr->pr_flags & PR_ADDR) {
3676 if (pr->pr_flags & PR_RIGHTS) {
4589 (so->so_proto->pr_flags & PR_CONNREQUIRED))