Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c689 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
/xnu-10002.41.9/bsd/netinet6/
H A Din6_proto.c172 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
191 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,
H A Dip6_input.c1415 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
/xnu-10002.41.9/bsd/sys/
H A Dprotosw.h327 #define PR_PROTOLOCK 0x80 /* protocol takes care of it's own locking */ macro
342 PR_IMPLOPCL|PR_LASTHDR|PR_PROTOLOCK|PR_PCBLOCK|PR_DISPOSE)