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; local
6142 closing_type = NO_CLOSE;
6145 closing_type = ACTIVE_CLOSE;
6148 closing_type = PASSIVE_CLOSE;
6150 closing_type = PASSIVE_BY_ACTIVE_CLOSE;
6155 } else if ( closing_type == NO_CLOSE ) {
6157 } else if ( ( closing_type == ACTIVE_CLOSE ) && fin_was_sent ) {
6163 } else if ( ( closing_type == PASSIVE_BY_ACTIVE_CLOSE ) && (! fin_was_sent ) ) {
6165 } else if (closing_type == PASSIVE_BY_ACTIVE_CLOSE ) {
6175 } else if (closing_type
[all...]

Completed in 70 milliseconds