Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h56 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */ macro
71 #define TCP6S_CLOSING TCPS_CLOSING
79 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h56 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */ macro
71 #define TCP6S_CLOSING TCPS_CLOSING
79 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
H A Dtcp_input.c2128 case TCPS_CLOSING: in tcp_do_segment()
2178 case TCPS_CLOSING: in tcp_do_segment()
2489 case TCPS_CLOSING: in tcp_do_segment()
2982 case TCPS_CLOSING: in tcp_do_segment()
3247 tcp_state_change(tp, TCPS_CLOSING); in tcp_do_segment()
H A Dtcp_timer.c458 tp->t_state <= TCPS_CLOSING) { in tcp_timer_keep()
H A Dtcp_usrreq.c2308 (tp->t_state <= TCPS_CLOSING)) in tcp_default_ctloutput()
2785 case TCPS_CLOSING: in db_print_tstate()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c4236 if (src->state < TCPS_CLOSING) in pf_tcp_track_full()
4237 src->state = TCPS_CLOSING; in pf_tcp_track_full()
4259 dst->state >= TCPS_CLOSING) in pf_tcp_track_full()
4265 dst->state >= TCPS_CLOSING) in pf_tcp_track_full()
4336 if (src->state < TCPS_CLOSING) in pf_tcp_track_full()
4337 src->state = TCPS_CLOSING; in pf_tcp_track_full()
4394 if (src->state < TCPS_CLOSING) in pf_tcp_track_sloppy()
4395 src->state = TCPS_CLOSING; in pf_tcp_track_sloppy()
4429 dst->state = TCPS_CLOSING; in pf_tcp_track_sloppy()
4441 dst->state >= TCPS_CLOSING) in pf_tcp_track_sloppy()
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c695 case TCPS_CLOSING: in ctf_process_rst()
H A Drack.c4848 (tp->t_state <= TCPS_CLOSING)) { in rack_start_hpts_timer()
5455 tp->t_state <= TCPS_CLOSING) { in rack_timeout_keepalive()
8778 tcp_state_change(tp, TCPS_CLOSING); in rack_process_data()
10644 case TCPS_CLOSING: in rack_set_state()
10645 rack->r_state = TCPS_CLOSING; in rack_set_state()
10699 (tp->t_state <= TCPS_CLOSING)) && in rack_timer_audit()
11140 (tp->t_state <= TCPS_CLOSING)))) { in rack_do_segment_nounlock()
H A Dbbr.c838 (tp->t_state <= TCPS_CLOSING)) { in bbr_start_hpts_timer()
1002 (tp->t_state <= TCPS_CLOSING)) && in bbr_timer_audit()
4847 tp->t_state <= TCPS_CLOSING) { in bbr_timeout_keepalive()
8457 tcp_state_change(tp, TCPS_CLOSING); in bbr_process_data()
10376 case TCPS_CLOSING: in bbr_set_state()
10377 bbr->r_state = TCPS_CLOSING; in bbr_set_state()
11681 (tp->t_state <= TCPS_CLOSING)))) { in bbr_do_segment_nounlock()