Searched refs:TCP_RX_POST_BLOCKED (Results 1 – 3 of 3) sorted by relevance
347 return (u8_t)(!(rx_con->flags & TCP_RX_POST_BLOCKED) && in lm_tcp_rx_is_remote_disconnect_pending()
486 … #define TCP_RX_POST_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \ macro
290 … if (!(tcp->rx_con->flags & TCP_RX_DB_BLOCKED) && !(tcp->rx_con->flags & TCP_RX_POST_BLOCKED)) { in lm_tcp_rx_post_sws()1763 if ( GET_FLAGS(rx_con->flags, TCP_RX_POST_BLOCKED) ) { in lm_tcp_rx_post_buf()2473 if (rx_con->flags & TCP_RX_POST_BLOCKED) { in lm_tcp_con_status()