Searched refs:tcp_log_end_status (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_timer.c | 340 tcp_log_end_status(tp, TCP_EI_STATUS_2MSL); in tcp_timer_2msl() 452 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in tcp_timer_keep() 518 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in tcp_timer_persist() 528 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in tcp_timer_persist() 579 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in tcp_timer_rexmt()
|
H A D | tcp_input.c | 1563 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 1580 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_FIN); in tcp_do_segment() 1978 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 1990 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 2022 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 2186 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_RST); in tcp_do_segment() 2208 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 2256 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in tcp_do_segment() 2332 tcp_log_end_status(tp, TCP_EI_STATUS_DATA_A_CLOSE); in tcp_do_segment() 2334 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in tcp_do_segment() [all …]
|
H A D | tcp_var.h | 1531 void tcp_log_end_status(struct tcpcb *tp, uint8_t status);
|
H A D | tcp_subr.c | 2023 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in tcp_respond() 4266 tcp_log_end_status(struct tcpcb *tp, uint8_t status) in tcp_log_end_status() function
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 736 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_RST); in ctf_process_rst() 951 tcp_log_end_status(tp, TCP_EI_STATUS_PROGRESS); in ctf_progress_timeout_check()
|
H A D | bbr.c | 4756 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in bbr_timeout_persist() 4772 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in bbr_timeout_persist() 4843 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in bbr_timeout_keepalive() 4982 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in bbr_timeout_rxt() 7860 tcp_log_end_status(tp, TCP_EI_STATUS_DATA_A_CLOSE); in bbr_process_ack() 7862 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in bbr_process_ack() 8763 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_sent() 8965 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_recv() 8977 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_recv() 9010 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_recv() [all …]
|
H A D | rack.c | 7398 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 7418 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 7434 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 7498 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in rack_timeout_keepalive() 7673 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in rack_timeout_rxt() 7730 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in rack_timeout_rxt() 7752 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in rack_timeout_rxt() 12037 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in rack_process_ack() 12876 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in rack_do_syn_sent() 13090 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in rack_do_syn_recv() [all …]
|