Searched refs:PR_WANTRCVD (Results 1 – 9 of 9) sorted by relevance
86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,95 .pr_flags = PR_ATOMIC | PR_WANTRCVD | PR_ADDR | PR_RIGHTS,
191 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,201 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
1479 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
3601 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3909 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()4003 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()4372 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
1036 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
323 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
193 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |