Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Din_proto.c129 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
146 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
222 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
230 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
H A Dmp_proto.c49 PR_WANTRCVD | PR_PCBLOCK | PR_PROTOLOCK |
H A Dip_input.c686 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
/xnu-8020.101.4/bsd/netinet6/
H A Din6_proto.c171 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
190 PR_PROTOLOCK | PR_DISPOSE | PR_EVCONNINFO |
267 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
275 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
283 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
H A Dip6_input.c1406 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h325 #define PR_PROTOLOCK 0x80 /* protocol takes care of it's own locking */ macro
340 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)