Searched refs:last_buf_alloc (Results 1 – 2 of 2) sorted by relevance
49 uint32_t last_buf_alloc; member
352 pcb->last_buf_alloc = buf_alloc; in vsock_pcb_send_message()363 pcb->last_buf_alloc = buf_alloc; 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()1479 if ((pcb->fwd_cnt - pcb->last_fwd_cnt + threshold) >= pcb->last_buf_alloc) { in vsock_soreceive()