Page MenuHomeFreeBSD

tcp_hpts: make struct tcp_hpts_entry private to the module.
ClosedPublic

Authored by glebius on Nov 16 2021, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 3 2024, 6:33 PM
Unknown Object (File)
Dec 3 2024, 10:55 AM
Unknown Object (File)
Nov 29 2024, 5:05 PM
Unknown Object (File)
Nov 26 2024, 5:35 AM
Unknown Object (File)
Nov 26 2024, 3:09 AM
Unknown Object (File)
Nov 15 2024, 12:41 PM
Unknown Object (File)
Nov 6 2024, 6:35 PM
Unknown Object (File)
Nov 6 2024, 6:31 PM
Subscribers

Details

Summary

Also, make some of the functions also private to the module. Remove
unused functions discovered after that.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42882
Build 39770: arc lint + arc unit

Event Timeline

rrs added a subscriber: rrs.

I am usually not a big fan of this type of actions. I like
structures to be in a header file instead of buried in the
.c file.. but if you really think its a good idea.. i guess its ok.. my
feelings are not that strong about it.

This revision is now accepted and ready to land.Nov 17 2021, 7:25 PM
This revision now requires review to proceed.Nov 19 2021, 4:39 AM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 2 2021, 6:52 PM
This revision was automatically updated to reflect the committed changes.