Searched refs:tcp_log_end_status (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 702 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_RST); in ctf_process_rst() 932 tcp_log_end_status(tp, TCP_EI_STATUS_PROGRESS); in ctf_progress_timeout_check()
|
| H A D | rack.c | 5363 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 5385 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 5401 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in rack_timeout_persist() 5485 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in rack_timeout_keepalive() 5592 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in rack_timeout_rxt() 5623 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in rack_timeout_rxt() 8402 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in rack_process_ack() 9796 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in rack_check_data_after_close() 9805 tcp_log_end_status(tp, TCP_EI_STATUS_DATA_A_CLOSE); in rack_check_data_after_close() 11052 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_FIN); in rack_do_segment_nounlock() [all …]
|
| H A D | bbr.c | 4783 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in bbr_timeout_persist() 4800 tcp_log_end_status(tp, TCP_EI_STATUS_PERSIST_MAX); in bbr_timeout_persist() 4873 tcp_log_end_status(tp, TCP_EI_STATUS_KEEP_MAX); in bbr_timeout_keepalive() 5015 tcp_log_end_status(tp, TCP_EI_STATUS_RETRAN); in bbr_timeout_rxt() 7937 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in bbr_process_ack() 8862 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_sent() 9060 tcp_log_end_status(tp, TCP_EI_STATUS_RST_IN_FRONT); in bbr_do_syn_recv() 9491 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_RST); in bbr_check_data_after_close() 11581 tcp_log_end_status(tp, TCP_EI_STATUS_CLIENT_FIN); in bbr_do_segment_nounlock() 14183 tcp_log_end_status(tp, TCP_EI_STATUS_SERVER_FIN); in bbr_output_wtime() [all …]
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1073 void tcp_log_end_status(struct tcpcb *tp, uint8_t status);
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 1073 void tcp_log_end_status(struct tcpcb *tp, uint8_t status);
|
| H A D | tcp_subr.c | 3500 tcp_log_end_status(struct tcpcb *tp, uint8_t status) in tcp_log_end_status() function
|