Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/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()
686 } else if (!(ip_protox[ip->ip_p]->pr_flags & PR_PROTOLOCK)) { in ip_proto_dispatch_in()
1253 if (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR) { in ip_input_first_pass()
1563 if (ipsec_bypass == 0 && (ip_protox[ip->ip_p]->pr_flags & PR_LASTHDR)) { in ip_input_second_pass()
2058 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.c642 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcballoc()
1983 if (so->so_proto->pr_flags & PR_PCBLOCK) { in in_pcbdispose()
H A Dmptcp_usrreq.c1031 if (so->so_proto->pr_flags & PR_WANTRCVD && so->so_pcb != NULL) { in mptcp_usr_rcvd()
/xnu-8020.101.4/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-8020.101.4/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.c1013 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in solisten()
1692 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectlock()
1809 !(so->so_proto->pr_flags & PR_MULTICONN) && in soconnectxlocked()
1810 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnectxlocked()
1833 if ((so->so_proto->pr_flags & PR_DATA_IDEMPOTENT) && in soconnectxlocked()
1850 if ((so->so_proto->pr_flags & PR_PRECONN_WRITE) && in soconnectxlocked()
2043 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) != 0) { in sosendcheck()
2050 return (so->so_proto->pr_flags & PR_CONNREQUIRED) ? in sosendcheck()
2241 (so->so_proto->pr_flags & PR_ATOMIC); in sosend()
2524 (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 Duipc_usrreq.c1323 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in unp_connect()
2394 (so->so_proto->pr_flags & PR_RIGHTS) == 0) { in unp_gc()
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.c459 if ((head->so_proto->pr_flags & PR_CONNREQUIRED) == 0) { in accept_nocancel()
1955 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvit()
2328 !(so->so_proto->pr_flags & PR_CONNREQUIRED) && in recvmsg_x()
H A Duipc_socket2.c259 !(so->so_proto->pr_flags & PR_CONNREQUIRED) || in socanwrite()
2288 return so->so_proto->pr_flags & PR_ATOMIC; in sosendallatonce()
/xnu-8020.101.4/bsd/sys/
H A Dprotosw.h173 unsigned int pr_flags; /* see below */ member
259 u_int32_t pr_flags; /* see below */ member
/xnu-8020.101.4/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.c1084 .pr_flags = PR_ATOMIC | PR_ADDR,
H A Drtsock.c2224 .pr_flags = PR_ATOMIC | PR_ADDR,
/xnu-8020.101.4/bsd/netkey/
H A Dkeysock.c558 .pr_flags = PR_ATOMIC | PR_ADDR,

12