Searched refs:fwd_cnt (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vsock_transport.h | 67 enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cnt, mbuf_t m); 74 enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cnt, mbuf_t m, uint16_t protocol);
|
| H A D | vsock_domain.h | 45 uint32_t fwd_cnt; member
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | vsock_domain.c | 349 const uint32_t fwd_cnt = pcb->fwd_cnt; in vsock_pcb_send_message() local 353 pcb->last_fwd_cnt = fwd_cnt; in vsock_pcb_send_message() 356 error = vsock_put_message(src, dst, operation, buf_alloc, fwd_cnt, m, protocol); in vsock_pcb_send_message() 360 error = transport->put_message(transport->provider, src, dst, operation, buf_alloc, fwd_cnt, m); in vsock_pcb_send_message() 364 pcb->last_fwd_cnt = fwd_cnt; in vsock_pcb_send_message() 472 if (pcb->so->so_rcv.sb_hiwat != pcb->last_buf_alloc || pcb->fwd_cnt != pcb->last_fwd_cnt) { in vsock_pcb_credit_update_if_needed() 726 …vsock_address dst, enum vsock_operation op, uint32_t buf_alloc, uint32_t fwd_cnt, mbuf_t m, uint16… in vsock_put_message() argument 745 int buffers_changed = (pcb->peer_buf_alloc != buf_alloc) || (pcb->peer_fwd_cnt) != fwd_cnt; in vsock_put_message() 747 pcb->peer_fwd_cnt = fwd_cnt; in vsock_put_message() 859 xpcb.xvp_rxcnt = pcb->fwd_cnt; in common_vsock_pcblist() [all …]
|