TCPS_FIN_WAIT_2
dst->state = TCPS_FIN_WAIT_2;
if (src->state >= TCPS_FIN_WAIT_2 &&
dst->state >= TCPS_FIN_WAIT_2)
dst->state >= TCPS_FIN_WAIT_2 ||
src->state >= TCPS_FIN_WAIT_2) &&
dst->state = TCPS_FIN_WAIT_2;
if (src->state >= TCPS_FIN_WAIT_2 &&
dst->state >= TCPS_FIN_WAIT_2)
dst->state >= TCPS_FIN_WAIT_2 &&
src->state >= TCPS_FIN_WAIT_2) {
#define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
case TCPS_FIN_WAIT_2:
case TCPS_FIN_WAIT_2:
TCP_STATE_CHANGE(tp, TCPS_FIN_WAIT_2);
case TCPS_FIN_WAIT_2:
if (tp && tp->t_state >= TCPS_FIN_WAIT_2) {
if (tp->t_state == TCPS_FIN_WAIT_2) {