Searched refs:PR_PCBLOCK (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c85 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_PCBLOCK,
H A Dkern_control.c115 PR_ATOMIC|PR_CONNREQUIRED|PR_PCBLOCK,
125 PR_CONNREQUIRED|PR_PCBLOCK,
/darwin-on-arm/xnu/bsd/netinet/
H A Din_proto.c123 { SOCK_DGRAM, &inetdomain, IPPROTO_UDP, PR_ATOMIC|PR_ADDR|PR_PROTOLOCK|PR_PCBLOCK,
132 PR_CONNREQUIRED|PR_WANTRCVD|PR_PCBLOCK|PR_PROTOLOCK|PR_DISPOSE,
229 { SOCK_RAW, &inetdomain, IPPROTO_DIVERT, PR_ATOMIC|PR_ADDR|PR_PCBLOCK,
H A Din_pcb.c315 if (so->so_proto->pr_flags & PR_PCBLOCK) {
1051 if (so->so_proto->pr_flags & PR_PCBLOCK) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c187 { SOCK_DGRAM, &inet6domain, IPPROTO_UDP, PR_ATOMIC|PR_ADDR|PR_PROTOLOCK|PR_PCBLOCK,
196 { SOCK_STREAM, &inet6domain, IPPROTO_TCP, PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE,
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h192 #define PR_PCBLOCK 0x100 /* protocol supports per pcb finer grain locking */ macro

Completed in 38 milliseconds