Searched refs:PR_CONNREQUIRED (Results 1 – 11 of 11) sorted by relevance
50 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,57 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS,
535 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnect()643 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in sosend()935 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive()1376 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in sosplice()2371 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in filt_sowrite()
888 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
303 if (nmp->nm_soflags & PR_CONNREQUIRED) { in nfs_connect()353 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in nfs_connect()487 if ((soflags & PR_CONNREQUIRED) || (so->so_state & SS_ISCONNECTED)) in nfs_send()930 if (nmp->nm_soflags & PR_CONNREQUIRED) in nfs_request()935 if (nmp->nm_soflags & PR_CONNREQUIRED) in nfs_request()1665 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) in nfsrv_rcv()
186 ((s) & PR_CONNREQUIRED) == 0)
382 if (ISSET(so->so_proto->pr_flags, PR_CONNREQUIRED)) in nfssvc_nfsd()
150 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
287 ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0 || in in_pcbbind_locked()
126 #define PR_CONNREQUIRED 0x0004 /* connection required by protocol */ macro
298 (so->so_proto->pr_flags & PR_CONNREQUIRED)==0)) || in sowriteable()