Home
last modified time | relevance | path

Searched refs:pr_flags (Results 1 – 25 of 33) sorted by relevance

12

/xnu-8792.41.9/bsd/netinet/
H A Din_proto.c129 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
145 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
163 .pr_flags = PR_ATOMIC | PR_ADDR,
175 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
186 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
197 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
209 .pr_flags = PR_ATOMIC | PR_ADDR,
222 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
230 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK,
239 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
[all …]
H A Dmp_proto.c48 .pr_flags = PR_CONNREQUIRED | PR_MULTICONN | PR_EVCONNINFO |
H A Dip_input.c477 VERIFY((pp->pr_flags & (PR_INITIALIZED | PR_ATTACHED)) == PR_ATTACHED); in ip_init()
692 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
1259 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()
1569 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()
2064 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input()
H A Draw_ip.c146 VERIFY((pp->pr_flags & (PR_INITIALIZED | PR_ATTACHED)) == PR_ATTACHED); in rip_init()
H A Din_pcb.c648 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcballoc()
1989 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcbdispose()
H A Dmptcp_usrreq.c1035 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_proto.c171 .pr_flags = PR_ATOMIC | PR_ADDR | PR_PROTOLOCK | PR_PCBLOCK |
189 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_PCBLOCK |
209 .pr_flags = PR_ATOMIC | PR_ADDR,
225 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
239 .pr_flags = PR_ATOMIC | PR_ADDR | PR_LASTHDR,
253 .pr_flags = PR_ATOMIC | PR_ADDR,
260 .pr_flags = PR_ATOMIC | PR_ADDR,
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,
[all …]
H A Dip6protosw.h161 u_int32_t pr_flags; /* see below */ member
H A Dip6_input.c361 VERIFY((pp->pr_flags & (PR_INITIALIZED | PR_ATTACHED)) == PR_ATTACHED); in ip6_init()
1360 (ip6_protox[nxt]->pr_flags & PR_LASTHDR) != 0) { in ip6_input()
1406 } else if (!(ip6_protox[nxt]->pr_flags & PR_PROTOLOCK)) { in ip6_input()
H A Dah_input.c549 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in ah4_input()
H A Desp_input.c770 if ((ip_protox[nxt]->pr_flags & PR_LASTHDR) != 0 && in esp4_input_extended()
/xnu-8792.41.9/bsd/kern/
H A Duipc_domain.c130 VERIFY(pp->pr_flags & PR_OLD); in pr_init_old()
141 VERIFY(pp->pr_flags & PR_ATTACHED); in init_proto()
143 if (!(pp->pr_flags & PR_INITIALIZED)) { in init_proto()
148 pp->pr_flags |= PR_INITIALIZED; in init_proto()
156 VERIFY(!(pp->pr_flags & PR_ATTACHED)); in attach_proto()
161 pp->pr_flags |= PR_ATTACHED; in attach_proto()
173 VERIFY(pp->pr_flags & PR_ATTACHED); in detach_proto()
178 pp->pr_flags &= ~PR_ATTACHED; in detach_proto()
356 if (pp1->pr_flags & PR_OLD) { in net_del_domain_old()
388 VERIFY(!(pp->pr_flags & PR_ATTACHED)); in net_add_proto()
[all …]
H A Duipc_proto.c86 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_RIGHTS | PR_PCBLOCK,
95 .pr_flags = PR_ATOMIC | PR_ADDR | PR_RIGHTS,
H A Duipc_socket.c1005 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()
1695 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()
1812 !(so->so_proto->pr_flags & PR_MULTICONN) && in soconnectxlocked()
1813 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()
1836 if ((so->so_proto->pr_flags & PR_DATA_IDEMPOTENT) && in soconnectxlocked()
1853 if ((so->so_proto->pr_flags & PR_PRECONN_WRITE) && in soconnectxlocked()
2046 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()
2053 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()
2244 (so->so_proto->pr_flags & PR_ATOMIC); in sosend()
2527 (so->so_proto->pr_flags & PR_IMPLOPCL) && in sosend()
[all …]
H A Dvsock_domain.c1403 VERIFY((pp->pr_flags & (PR_INITIALIZED | PR_ATTACHED)) == PR_ATTACHED); in vsock_init()
1421 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
H A Dkern_control.c188 .pr_flags = PR_ATOMIC | PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
198 .pr_flags = PR_CONNREQUIRED | PR_PCBLOCK | PR_WANTRCVD,
H A Duipc_syscalls.c482 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in accept_nocancel()
1991 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvit()
2364 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x()
H A Duipc_usrreq.c1356 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
2570 (so->so_proto->pr_flags & PR_RIGHTS) == 0) { in unp_gc()
H A Duipc_socket2.c261 !(so->so_proto->pr_flags & PR_CONNREQUIRED) || in socanwrite()
2290 return so->so_proto->pr_flags & PR_ATOMIC; in sosendallatonce()
/xnu-8792.41.9/bsd/sys/
H A Dprotosw.h175 unsigned int pr_flags; /* see below */ member
261 u_int32_t pr_flags; /* see below */ member
/xnu-8792.41.9/bsd/net/
H A Dif_gif.c135 .pr_flags = PR_ATOMIC | PR_ADDR,
145 .pr_flags = PR_ATOMIC | PR_ADDR,
H A Dif_stf.c177 .pr_flags = PR_ATOMIC | PR_ADDR,
H A Dndrv.c1095 .pr_flags = PR_ATOMIC | PR_ADDR,
H A Drtsock.c2244 .pr_flags = PR_ATOMIC | PR_ADDR,
/xnu-8792.41.9/bsd/netkey/
H A Dkeysock.c558 .pr_flags = PR_ATOMIC | PR_ADDR,

12