Lines Matching refs:pr_flags
936 if ((prp->pr_flags & PR_CAPATTACH) == 0) { in socreate()
966 if ((prp->pr_flags & PR_SOCKBUF) == 0) { in socreate()
1216 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {
1354 if ((so->so_proto->pr_flags & PR_SOCKBUF) == 0) {
1503 if (!(so->so_proto->pr_flags & PR_SOCKBUF)) {
1888 if (!(pr->pr_flags & PR_SOCKBUF) && !SOLISTENING(so)) {
2108 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
2162 KASSERT(so->so_proto->pr_flags & PR_ATOMIC,
2206 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2207 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
2214 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2280 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
2359 (so->so_proto->pr_flags & PR_ATOMIC);
2413 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2414 (so->so_proto->pr_flags & PR_IMPLOPCL) == 0) {
2422 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2523 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
2634 (so->so_proto->pr_flags & PR_ATOMIC) == 0 &&
2776 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0)) {
2817 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
2863 if (pr->pr_flags & PR_ADDR) {
3041 if (pr->pr_flags & PR_ATOMIC &&
3137 if (pr->pr_flags & PR_WANTRCVD) {
3167 if (m != NULL && pr->pr_flags & PR_ATOMIC) {
3196 (pr->pr_flags & PR_WANTRCVD)) {
3397 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
3513 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
3515 KASSERT(pr->pr_flags & PR_ATOMIC, ("soreceive_dgram: !atomic"));
3518 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,
3587 if (pr->pr_flags & PR_ADDR) {
4622 (so->so_proto->pr_flags & PR_CONNREQUIRED))