Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 11:01:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271091] tcp_rack KLD fails to load due to missing symbol tcp_trace_point_config
Message-ID:  <bug-271091-227-6fkFVQUQQS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271091-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271091-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271091

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 =3D=3D num)  ||
451:        (tcp_trace_point_config =3D=3D 0xffffffff)) &&

sys/netinet/tcp_log_buf.c
101:uint32_t tcp_trace_point_config =3D 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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271091-227-6fkFVQUQQS>