Home
last modified time | relevance | path

Searched refs:closing_type (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.c6128 } closing_type; in lm_tcp_calc_state() local
6142 closing_type = NO_CLOSE; in lm_tcp_calc_state()
6145 closing_type = ACTIVE_CLOSE; in lm_tcp_calc_state()
6148 closing_type = PASSIVE_CLOSE; in lm_tcp_calc_state()
6150 closing_type = PASSIVE_BY_ACTIVE_CLOSE; in lm_tcp_calc_state()
6155 } else if ( closing_type == NO_CLOSE ) { in lm_tcp_calc_state()
6157 } else if ( ( closing_type == ACTIVE_CLOSE ) && fin_was_sent ) { in lm_tcp_calc_state()
6163 } else if ( ( closing_type == PASSIVE_BY_ACTIVE_CLOSE ) && (! fin_was_sent ) ) { in lm_tcp_calc_state()
6165 } else if (closing_type == PASSIVE_BY_ACTIVE_CLOSE ) { in lm_tcp_calc_state()
6175 } else if (closing_type == PASSIVE_CLOSE ) { in lm_tcp_calc_state()