Home
last modified time | relevance | path

Searched refs:PR_CONNREQUIRED (Results 1 – 15 of 15) sorted by relevance

/freebsd-14-stable/sys/netgraph/bluetooth/socket/
HDng_btsocket.c110 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,
131 .pr_flags = PR_CONNREQUIRED,
152 .pr_flags = PR_ATOMIC|PR_CONNREQUIRED,
/freebsd-14-stable/sys/sys/
HDprotosw.h167 #define PR_CONNREQUIRED 0x04 /* connection required by protocol */ macro
HDsocketvar.h381 ((so)->so_proto->pr_flags&PR_CONNREQUIRED)==0)) || \
/freebsd-14-stable/sys/nfsclient/
HDnfs.h146 ((s) & PR_CONNREQUIRED) == 0)
/freebsd-14-stable/sys/kern/
HDuipc_debug.c273 if (pr_flags & PR_CONNREQUIRED) { in db_print_prflags()
HDuipc_socket.c2044 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
2142 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2151 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2350 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) &&
2360 if (so->so_proto->pr_flags & PR_CONNREQUIRED)
2755 (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
3467 KASSERT((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0,
4621 (so->so_proto->pr_flags & PR_CONNREQUIRED))
HDuipc_usrreq.c1782 if (so->so_proto->pr_flags & PR_CONNREQUIRED) in uipc_ctloutput()
1942 connreq = (so->so_proto->pr_flags & PR_CONNREQUIRED) != 0; in unp_connectat()
3356 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|
3414 .pr_flags = PR_ADDR|PR_ATOMIC|PR_CONNREQUIRED|
HDuipc_syscalls.c616 } else if (so1->so_proto->pr_flags & PR_CONNREQUIRED) { in kern_socketpair()
/freebsd-14-stable/sys/fs/nfs/
HDnfs.h621 ((s) & PR_CONNREQUIRED) == 0)
/freebsd-14-stable/sys/netinet6/
HDsctp6_usrreq.c1150 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd-14-stable/sys/rpc/
HDclnt_vc.c196 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in clnt_vc_create()
/freebsd-14-stable/sys/dev/hyperv/hvsock/
HDhv_sock.c93 .pr_flags = PR_CONNREQUIRED,
/freebsd-14-stable/sys/netinet/
HDtcp_usrreq.c1392 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL | PR_WANTRCVD |
1420 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL |PR_WANTRCVD |
HDsctp_usrreq.c7569 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd-14-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1879 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,\