Searched refs:app_buf_bytes_acc_post (Results 1 – 3 of 3) sorted by relevance
167 tx_con->app_buf_bytes_acc_post == 0 : in lm_tcp_tx_post_buf()168 tx_con->app_buf_bytes_acc_post > 0)); in lm_tcp_tx_post_buf()169 tx_con->app_buf_bytes_acc_post += tcp_buf->size; in lm_tcp_tx_post_buf()186 tcp_buf->app_buf_size = tx_con->app_buf_bytes_acc_post; in lm_tcp_tx_post_buf()187 tx_con->app_buf_bytes_acc_post = 0; in lm_tcp_tx_post_buf()610 DbgBreakIf( (tcp_con->app_buf_bytes_acc_post != 0) || in lm_tcp_graceful_disconnect()
1807 rx_con->app_buf_bytes_acc_post == 0 : in lm_tcp_rx_post_buf()1808 rx_con->app_buf_bytes_acc_post > 0)); in lm_tcp_rx_post_buf()1809 rx_con->app_buf_bytes_acc_post += tcp_buf->size; in lm_tcp_rx_post_buf()1814 tcp_buf->app_buf_size = rx_con->app_buf_bytes_acc_post; in lm_tcp_rx_post_buf()1815 rx_con->app_buf_bytes_acc_post = 0; in lm_tcp_rx_post_buf()
444 u32_t app_buf_bytes_acc_post; member