Searched refs:cbuf_pop (Results 1 – 4 of 4) sorted by relevance
74 size_t cbuf_pop(struct cbufhead* chdr, size_t numbytes);
164 size_t cbuf_pop(struct cbufhead* chdr, size_t numbytes) { in cbuf_pop() function
105 cbuf_pop(&tp->recvbuf, merged); // So no data really enters the buffer in tcp_reass()
249 cbuf_pop(&tp.recvbuf, aNumBytes); in CommitReceive()1113 cbuf_pop(&aTcb->recvbuf, cbuf_used_space(&aTcb->recvbuf)); in tcplp_sys_on_state_change()