Home
last modified time | relevance | path

Searched refs:cbuf_pop (Results 1 – 4 of 4) sorted by relevance

/external/openthread/third_party/tcplp/lib/
Dcbuf.h74 size_t cbuf_pop(struct cbufhead* chdr, size_t numbytes);
Dcbuf.c164 size_t cbuf_pop(struct cbufhead* chdr, size_t numbytes) { in cbuf_pop() function
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_reass.c105 cbuf_pop(&tp->recvbuf, merged); // So no data really enters the buffer in tcp_reass()
/external/openthread/src/core/net/
Dtcp6.cpp249 cbuf_pop(&tp.recvbuf, aNumBytes); in CommitReceive()
1113 cbuf_pop(&aTcb->recvbuf, cbuf_used_space(&aTcb->recvbuf)); in tcplp_sys_on_state_change()