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,
1594 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,1602 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
191 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,201 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
3482 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3790 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb != NULL) { in soreceive()3884 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in soreceive()4253 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in soreceive_m_list()
49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
144 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
1038 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
324 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro342 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
191 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |