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
Unknown Object (File)
Wed, Apr 23, 5:16 PM
Unknown Object (File)
Wed, Apr 23, 11:18 AM
Unknown Object (File)
Thu, Apr 17, 2:16 AM
Unknown Object (File)
Thu, Apr 17, 1:28 AM
Unknown Object (File)
Mar 30 2025, 8:02 PM
Unknown Object (File)
Mar 21 2025, 4:34 PM
Unknown Object (File)
Mar 21 2025, 6:29 AM
Unknown Object (File)
Mar 11 2025, 8:53 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable