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 |
1031 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,
188 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,198 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
1421 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
3646 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3955 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()4049 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()4591 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive_list()
321 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro339 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
189 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |