Page MenuHomeFreeBSD

Export tcp_always_keepalive for use by the Chelsio TOM module.
ClosedPublic

Authored by jhb on Jan 30 2018, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 3:22 AM
Unknown Object (File)
Sep 11 2025, 2:11 AM
Unknown Object (File)
Sep 10 2025, 8:54 AM
Unknown Object (File)
Sep 9 2025, 5:57 PM
Unknown Object (File)
Sep 9 2025, 9:17 AM
Unknown Object (File)
Aug 2 2025, 12:19 PM
Unknown Object (File)
Jun 27 2025, 1:02 AM
Unknown Object (File)
Jun 24 2025, 6:50 AM
Subscribers

Details

Summary

This used to work by accident with ld.bfd even though always_keepalive
was marked as static. LLD honors static more correctly, so export this
variable properly (including moving it into the tcp_* namespace).

Test Plan
  • try to kldload t4_tom.ko on a LLD-linked kernel

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz added a subscriber: bz.

LGTM (not checked but assume you caught all places)

This revision is now accepted and ready to land.Jan 30 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.