Home
last modified time | relevance | path

Searched refs:PR_PCBLOCK (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.41.9/bsd/netinet/
H A Dmp_proto.c49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
H A Din_proto.c129 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
H A Din_pcb.c728 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcballoc()
2109 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcbdispose()
/xnu-10002.41.9/bsd/kern/
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
H A Dkern_control.c186 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
196 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
/xnu-10002.41.9/bsd/sys/
H A Dprotosw.h328 #define PR_PCBLOCK 0x100 /* protocol supports per pcb locking */ macro
342 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)
/xnu-10002.41.9/bsd/netinet6/
H A Din6_proto.c172 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
190 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |