[Bug 271091] tcp_rack KLD fails to load due to missing symbol tcp_trace_point_config
Date: Thu, 27 Apr 2023 11:01:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271091
throwaway_vthgwq4@protonmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |throwaway_vthgwq4@protonmai
| |l.com
--- Comment #4 from throwaway_vthgwq4@protonmail.com ---
$ rg 'tcp_trace_point_config'
sys/netinet/tcp_log_buf.h
383:extern uint32_t tcp_trace_point_config;
450: if (((tcp_trace_point_config == num) ||
451: (tcp_trace_point_config == 0xffffffff)) &&
sys/netinet/tcp_log_buf.c
101:uint32_t tcp_trace_point_config = 0;
103: &tcp_trace_point_config, TCP_LOG_STATE_HEAD_AUTO,
# rg 'tcp_log_buf.c'
conf/files
4359:netinet/tcp_log_buf.c optional tcp_blackbox inet |
tcp_blackbox inet6
(In reply to Alexander Leidinger from comment #3)
Does the module load if you add options TCP_BLACKBOX in kernel config?
--
You are receiving this mail because:
You are the assignee for the bug.