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)
Fri, Mar 21, 4:34 PM
Unknown Object (File)
Fri, Mar 21, 6:29 AM
Unknown Object (File)
Tue, Mar 11, 8:53 PM
Unknown Object (File)
Thu, Mar 6, 7:53 AM
Unknown Object (File)
Feb 19 2025, 10:36 PM
Unknown Object (File)
Jan 26 2025, 5:21 PM
Unknown Object (File)
Jan 25 2025, 12:09 PM
Unknown Object (File)
Jan 24 2025, 7:18 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