Searched refs:TCP_CON_RST_IND_NOT_SAFE (Results 1 – 2 of 2) sorted by relevance
345 #define TCP_CON_RST_IND_NOT_SAFE 0x2 macro
4472 tx_con->u.tx.flags &= ~ TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_indicate_rst_received()4794 if (tcp->tx_con->u.tx.flags & TCP_CON_RST_IND_NOT_SAFE ) { in lm_tcp_tx_empty_ramrod_complete()4806 tcp->tx_con->u.tx.flags &= ~TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_tx_empty_ramrod_complete()4869 tx_con->u.tx.flags &= ~ TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_comp_abortive_disconnect_request()5030 tx_con->u.tx.flags |= TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_tx_rst_received_complete()5526 …lm_tcp_abort_bufs(pdev, tcp, tx_con, (tx_con->flags & TCP_CON_RST_IND_NOT_SAFE)? LM_STATUS_CONNECT… in _lm_tcp_comp_upload_tcp_request()5529 has_rst |= (tx_con->u.tx.flags & TCP_CON_RST_IND_NOT_SAFE) ? 1 : 0; in _lm_tcp_comp_upload_tcp_request()5532 tx_con->u.tx.flags &= ~(TCP_CON_RST_IND_NOT_SAFE); in _lm_tcp_comp_upload_tcp_request()