Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dvsock_domain.h46 uint32_t tx_cnt; member
/xnu-8020.121.3/bsd/kern/
H A Dvsock_domain.c64 return pcb->peer_buf_alloc - (pcb->tx_cnt - pcb->peer_fwd_cnt); in vsock_get_peer_space()
781 xpcb.xvp_txcnt = pcb->tx_cnt;
1323 pcb->tx_cnt += len; in vsock_send()