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
F108489312: D27762.diff
Sat, Jan 25, 12:09 PM
F108441072: D27762.id81713.diff
Fri, Jan 24, 7:18 PM
Unknown Object (File)
Sat, Jan 18, 8:23 PM
Unknown Object (File)
Sat, Jan 18, 5:11 PM
Unknown Object (File)
Fri, Jan 10, 5:22 PM
Unknown Object (File)
Dec 23 2024, 1:26 PM
Unknown Object (File)
Dec 23 2024, 1:20 AM
Unknown Object (File)
Dec 1 2024, 4:46 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