Searched refs:TCP_INV_REQ_POSTED (Results 1 – 3 of 3) sorted by relevance
459 #define TCP_INV_REQ_POSTED 0x0004 macro482 …#define TCP_TX_POST_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TC…486 … #define TCP_RX_POST_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \497 …#define TCP_RX_IND_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | TC…
364 !(tcp->rx_con->flags & TCP_INV_REQ_POSTED)); in lm_tcp_ok_to_update()
3858 DbgBreakIf(tx_con->flags & TCP_INV_REQ_POSTED); in lm_tcp_post_invalidate_request()3859 tx_con->flags |= TCP_INV_REQ_POSTED; in lm_tcp_post_invalidate_request()3863 DbgBreakIf(rx_con->flags & TCP_INV_REQ_POSTED); in lm_tcp_post_invalidate_request()3864 rx_con->flags |= TCP_INV_REQ_POSTED; in lm_tcp_post_invalidate_request()5037 if (!(tx_con->flags & (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED))) { in lm_tcp_tx_rst_received_complete()