Searched refs:pr_flags (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c85 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_PCBLOCK,
95 .pr_flags = PR_ATOMIC|PR_ADDR|PR_RIGHTS,
H A Duipc_socket.c761 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) {
1259 ((so->so_proto->pr_flags & PR_CONNREQUIRED) ||
1415 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) {
1420 return ((so->so_proto->pr_flags & PR_CONNREQUIRED) ?
1559 (so->so_proto->pr_flags & PR_ATOMIC);
1791 (so->so_proto->pr_flags & PR_IMPLOPCL) &&
2056 m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) {
2086 (so->so_proto->pr_flags & PR_CONNREQUIRED)) {
2126 if ((pr->pr_flags & PR_ADDR) && m->m_type == MT_SONAME) {
2575 if (pr->pr_flags
[all...]
H A Duipc_domain.c563 if ((do_reclaim || (pr->pr_flags & PR_AGGDRAIN)) &&
H A Duipc_socket2.c1712 return (so->so_proto->pr_flags & PR_ATOMIC);
1732 (so->so_proto->pr_flags & PR_CONNREQUIRED) == 0)) ||
H A Duipc_usrreq.c1134 if (so->so_proto->pr_flags & PR_CONNREQUIRED) {
2072 (so->so_proto->pr_flags&PR_RIGHTS) == 0) {
H A Dkern_event.c2740 .pr_flags = PR_ATOMIC,
H A Duipc_syscalls.c385 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h158 unsigned int pr_flags; /* see below */ member in struct:ip6protosw
H A Dipcomp_input.c217 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&
H A Dip6_input.c1145 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) {
1190 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) {
H A Dah_input.c588 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&
H A Desp_input.c640 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 &&
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h127 unsigned int pr_flags; /* see below */ member in struct:protosw
176 * Values for pr_flags.
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c1899 routedomain.dom_protosw->pr_flags |= PR_AGGDRAIN;
1901 routedomain.dom_protosw->pr_flags &= ~PR_AGGDRAIN;
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c315 if (so->so_proto->pr_flags & PR_PCBLOCK) {
1051 if (so->so_proto->pr_flags & PR_PCBLOCK) {
H A Dip_input.c658 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) {
1381 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) != 0) {

Completed in 76 milliseconds