Searched refs:TCP_FIN_REQ_POSTED (Results 1 – 3 of 3) sorted by relevance
110 DbgBreakIf(tx_con->flags & TCP_FIN_REQ_POSTED); in lm_tcp_tx_post_buf()270 DbgBreakIf(!(tx_con->flags & TCP_FIN_REQ_POSTED)); in lm_tcp_tx_cmp_process()635 DbgBreakIf(tcp_con->flags & TCP_FIN_REQ_POSTED); in lm_tcp_graceful_disconnect()636 tcp_con->flags |= TCP_FIN_REQ_POSTED; in lm_tcp_graceful_disconnect()
2026 … if ((tcp->tx_con->flags & TCP_FIN_REQ_POSTED) && !(tcp->tx_con->flags & TCP_FIN_REQ_COMPLETED)) { in _lm_tcp_init_xstorm_toe_context()2657 if ((tcp->ulp_type == TOE_CONNECTION_TYPE) && (tcp->tx_con->flags & TCP_FIN_REQ_POSTED)) { in _lm_tcp_init_xstorm_tcp_context()3131 con->flags |= (TCP_FIN_REQ_POSTED | TCP_FIN_REQ_COMPLETED); in lm_tcp_init_tcp_state_machine()
457 #define TCP_FIN_REQ_POSTED 0x0001 macro482 …#define TCP_TX_POST_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TC…