Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dvsock_domain.c94 vsock_get_matching_pcb(struct vsock_address src, struct vsock_address dst, uint16_t protocol) in vsock_get_matching_pcb() function
397 struct vsockpcb *pcb = vsock_get_matching_pcb(src, dst, protocol); in vsock_pcb_reset_address()
728 struct vsockpcb *pcb = vsock_get_matching_pcb(dst, src, protocol); in vsock_put_message()