Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dvsock_domain.c531 struct vsockpcb *pcb2 = NULL; in vsock_put_message_listening() local
552 pcb2 = sotovsockpcb(so2); in vsock_put_message_listening()
553 if (!pcb2) { in vsock_put_message_listening()
558 error = vsock_bind_address(pcb2, dst, src); in vsock_put_message_listening()
563 error = vsock_pcb_respond(pcb2); in vsock_put_message_listening()
573 if (pcb2) { in vsock_put_message_listening()
574 vsock_unbind_pcb(pcb2, false); in vsock_put_message_listening()