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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fsm.h56 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
57 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
71 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
H A Dtcp_usrreq.c1676 if ((tp->t_state == TCPS_FIN_WAIT_2) &&
1699 if ((tp->t_state == TCPS_FIN_WAIT_2) &&
1978 if (tp->t_state >= TCPS_FIN_WAIT_2) {
1981 if (tp->t_state == TCPS_FIN_WAIT_2) {
2042 case TCPS_FIN_WAIT_2:
2043 db_printf("TCPS_FIN_WAIT_2");
H A Dtcp_input.c2175 case TCPS_FIN_WAIT_2:
2486 case TCPS_FIN_WAIT_2:
2891 tcp_state_change(tp, TCPS_FIN_WAIT_2);
3135 case TCPS_FIN_WAIT_2:
H A Dtcp_timer.c362 if (tcp_fast_finwait2_recycle && tp->t_state == TCPS_FIN_WAIT_2 &&
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dtcp.d53 #pragma D binding "1.6.3" TCPS_FIN_WAIT_2
54 inline int TCPS_FIN_WAIT_2 = 9;
88 state == TCPS_FIN_WAIT_2 ? "state-fin-wait-2" :
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c221 ssk->state < TCPS_FIN_WAIT_2) {
H A Dsdp_dbg.h144 ENUM2STR(TCPS_FIN_WAIT_2),
H A Dsdp_main.c699 if (ssk->state >= TCPS_FIN_WAIT_2) {
701 if (ssk->state == TCPS_FIN_WAIT_2)
/freebsd-11.0-release/contrib/bsnmp/snmp_mibII/
H A DmibII_tcp.c342 case TCPS_FIN_WAIT_2:
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c735 case TCPS_FIN_WAIT_2:
1018 case TCPS_FIN_WAIT_2:
1387 tcp_state_change(tp, TCPS_FIN_WAIT_2);
1628 case TCPS_FIN_WAIT_2:
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf.c990 si->src.state >= TCPS_FIN_WAIT_2 &&
991 si->dst.state >= TCPS_FIN_WAIT_2) {
4072 dst->state = TCPS_FIN_WAIT_2;
4079 if (src->state >= TCPS_FIN_WAIT_2 &&
4080 dst->state >= TCPS_FIN_WAIT_2)
4097 dst->state >= TCPS_FIN_WAIT_2 ||
4098 src->state >= TCPS_FIN_WAIT_2) &&
4229 dst->state = TCPS_FIN_WAIT_2;
4260 if (src->state >= TCPS_FIN_WAIT_2 &&
4261 dst->state >= TCPS_FIN_WAIT_2)
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1127 case TCPS_FIN_WAIT_2:
1183 case TCPS_CLOSING: /* see TCPS_FIN_WAIT_2 in do_peer_close too */
1201 tp->t_state = TCPS_FIN_WAIT_2;
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1250 case TCPS_FIN_WAIT_2:
1321 tp->t_state = TCPS_FIN_WAIT_2;

Completed in 149 milliseconds