Searched refs:PR_WANTRCVD (Results 1 – 9 of 9) sorted by relevance
49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
1034 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
186 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,196 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
1485 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
3594 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3902 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3996 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()4364 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
323 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
190 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |