]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix dtrace SDT probe tcp:::debug-input
authorRobert Wing <rew@FreeBSD.org>
Tue, 21 Dec 2021 02:15:43 +0000 (17:15 -0900)
committerRobert Wing <rew@FreeBSD.org>
Tue, 21 Dec 2021 02:15:43 +0000 (17:15 -0900)
commit08d157a8321c845dad9f2d6eecea07639a23411a
treed63c454d9be97c8657f6fd4cf17d434892365470
parenta7cb27ce1c2e0addf2a7eb36ee1dd7f61f6d104d
Fix dtrace SDT probe tcp:::debug-input

The tcp:::debug-input probe is passed an mbuf pointer, use the correct
translator for ipinfo_t when defining tcp:::debug-input.

Fixes: 82988b50a17c ("Add an mbuf to ipinfo_t translator to finish ...")
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D33066
sys/netinet/in_kdtrace.c