Page MenuHomeFreeBSD

pf: Allocate and free pfi_kkif in separate functions
ClosedPublic

Authored by kp on Dec 24 2020, 3:48 PM.
Tags
None
Referenced Files
F85071840: D27762.id81134.diff
Sat, Jun 1, 6:58 AM
Unknown Object (File)
Wed, May 29, 12:05 AM
Unknown Object (File)
Tue, May 28, 8:02 PM
Unknown Object (File)
Sat, May 25, 1:48 AM
Unknown Object (File)
Sat, May 4, 2:37 PM
Unknown Object (File)
Apr 25 2024, 5:35 AM
Unknown Object (File)
Apr 21 2024, 7:33 PM
Unknown Object (File)
Apr 21 2024, 7:33 PM

Details

Summary

Factor out allocating and freeing pfi_kkif structures. This will be
useful when we change the counters to be counter_u64, so we don't have
to deal with that complexity in the multiple locations where we allocate
pfi_kkif structures.

No functional change.

MFC after: 2 weeks
Sponsored by: Orange Business Services

Diff Detail

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