Searched refs:has_rst (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c5510 u8_t has_rst = 0; local
5529 has_rst |= (tx_con->u.tx.flags & TCP_CON_RST_IND_NOT_SAFE) ? 1 : 0;
5545 has_rst |= (rx_con->u.rx.flags & TCP_CON_RST_IND_PENDING) ? 1 : 0;
5561 /* DbgBreakIf(has_rst && !sp_req->ret_data.tcp_upload_data.frag_list); */
5564 if ( has_rst ) {

Completed in 72 milliseconds