Searched refs:PR_CONNREQUIRED (Results 1 – 12 of 12) sorted by relevance
48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
2014 VERIFY(so->so_proto->pr_flags & PR_CONNREQUIRED); in mptcp_subflow_soreceive()
86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
1018 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()1705 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()1828 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()2061 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()2068 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()3563 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()4219 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive_m_list()
501 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in accept_nocancel()2205 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvit()2567 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x_array()2688 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x()
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,
1368 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
258 !(so->so_proto->pr_flags & PR_CONNREQUIRED) || in socanwrite()
322 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro341 (PR_ATOMIC|PR_ADDR|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS| \
190 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |