Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_proto.c128 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
145 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
221 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
229 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
H A Dmp_proto.c49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
H A Dip_input.c712 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_proto.c175 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
192 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
265 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
273 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
281 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
H A Dip6_input.c1453 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h328 #define PR_PROTOLOCK 0x80 /* protocol takes care of it's own locking */ macro
343 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)