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

/xnu-2422.115.4/bsd/netinet/
H A Dmp_proto.c55 PR_WANTRCVD|PR_PCBLOCK|PR_PROTOLOCK,
H A Din_proto.c131 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK|PR_PCBLOCK|
146 PR_PROTOLOCK|PR_DISPOSE|PR_EVCONNINFO,
220 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
228 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
236 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
H A Dip_input.c635 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) {
/xnu-2422.115.4/bsd/netinet6/
H A Din6_proto.c183 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK|PR_PCBLOCK|
200 PR_PROTOLOCK|PR_DISPOSE|PR_EVCONNINFO,
268 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
276 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
284 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
293 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PROTOLOCK,
H A Dip6_input.c1207 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) {
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h251 #define PR_PROTOLOCK 0x80 /* protocol takes care of it's own locking */ macro
264 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)

Completed in 104 milliseconds