Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/ !
H A Dvsock_domain.h49 uint32_t last_buf_alloc; member
/xnu-8020.121.3/bsd/kern/ !
H A Dvsock_domain.c304 pcb->last_buf_alloc = buf_alloc; in vsock_pcb_send_message()
315 pcb->last_buf_alloc = buf_alloc; in vsock_pcb_send_message()
1367 if ((pcb->fwd_cnt - pcb->last_fwd_cnt + threshold) >= pcb->last_buf_alloc) { in vsock_soreceive()