Searched refs:extendby (Results 1 – 2 of 2) sorted by relevance
254 int tcp_usr_send(struct tcpcb* tp, int moretocome, otLinkedBuffer* data, size_t extendby, struct so… in tcp_usr_send() argument298 if (extendby == 0) { in tcp_usr_send()301 lbuf_extend(&tp->sendbuf, extendby); in tcp_usr_send()
397 int tcp_usr_send(struct tcpcb* tp, int moretocome, struct otLinkedBuffer* data, size_t extendby, st…