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 |
1035 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,
3649 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3958 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()4052 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()4594 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive_list()
323 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
189 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |