Home
last modified time | relevance | path

Searched refs:lbuf_extend (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/tcplp/lib/
Dlbuf.h61 void lbuf_extend(struct lbufhead* buffer, size_t numbytes);
Dlbuf.c56 void lbuf_extend(struct lbufhead* buffer, size_t numbytes) { in lbuf_extend() function
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c301 lbuf_extend(&tp->sendbuf, extendby); in tcp_usr_send()