Home
last modified time | relevance | path

Searched refs:TCPS_TIME_WAIT (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h60 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
74 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h60 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
74 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT
H A Dtcp_timewait.c265 tcp_state_change(tp, TCPS_TIME_WAIT); in tcp_twstart()
354 TCPSTATES_INC(TCPS_TIME_WAIT); in tcp_twstart()
699 TCPSTATES_DEC(TCPS_TIME_WAIT); in tcp_tw_2msl_stop()
H A Dtcp_subr.c707 KASSERT(tp->t_state >= 0 && tp->t_state < TCPS_TIME_WAIT, in tcp_default_fb_init()
715 if (tp->t_state <= TCPS_LISTEN || tp->t_state >= TCPS_TIME_WAIT) in tcp_default_fb_init()
3452 xt->t_state = TCPS_TIME_WAIT; in tcp_inptoxtp()
H A Dtcp_usrreq.c2797 case TCPS_TIME_WAIT: in db_print_tstate()
H A Dtcp_input.c1531 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT", in tcp_do_segment()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c4251 src->state = dst->state = TCPS_TIME_WAIT; in pf_tcp_track_full()
4339 src->state = dst->state = TCPS_TIME_WAIT; in pf_tcp_track_full()
4433 src->state = dst->state = TCPS_TIME_WAIT; in pf_tcp_track_sloppy()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c10658 case TCPS_TIME_WAIT: in rack_set_state()
10789 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT", in rack_do_segment_nounlock()
H A Dbbr.c10390 case TCPS_TIME_WAIT: in bbr_set_state()
11426 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT", in bbr_do_segment_nounlock()