TCPS_CLOSING     3870 net/pf.c       			if (src->state < TCPS_CLOSING)
TCPS_CLOSING     3871 net/pf.c       				src->state = TCPS_CLOSING;
TCPS_CLOSING     3881 net/pf.c       			} else if (dst->state == TCPS_CLOSING)
TCPS_CLOSING     3892 net/pf.c       		else if (src->state >= TCPS_CLOSING &&
TCPS_CLOSING     3893 net/pf.c       		    dst->state >= TCPS_CLOSING)
TCPS_CLOSING     3898 net/pf.c       		else if (src->state >= TCPS_CLOSING ||
TCPS_CLOSING     3899 net/pf.c       		    dst->state >= TCPS_CLOSING)
TCPS_CLOSING     3967 net/pf.c       			if (src->state < TCPS_CLOSING)
TCPS_CLOSING     3968 net/pf.c       				src->state = TCPS_CLOSING;
TCPS_CLOSING     1461 netinet/tcp_input.c 		case TCPS_CLOSING:
TCPS_CLOSING     1526 netinet/tcp_input.c 	case TCPS_CLOSING:
TCPS_CLOSING     1914 netinet/tcp_input.c 		case TCPS_CLOSING:
TCPS_CLOSING     2113 netinet/tcp_input.c 			tp->t_state = TCPS_CLOSING;
TCPS_CLOSING      443 netinet/tcp_timer.c 	    tp->t_state <= TCPS_CLOSING) {