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)
Sun, Dec 1, 4:46 PM
Unknown Object (File)
Sun, Dec 1, 3:58 PM
Unknown Object (File)
Mon, Nov 25, 3:53 PM
Unknown Object (File)
Sat, Nov 23, 4:52 PM
Unknown Object (File)
Nov 21 2024, 7:46 AM
Unknown Object (File)
Nov 19 2024, 7:08 PM
Unknown Object (File)
Nov 19 2024, 4:49 PM
Unknown Object (File)
Nov 6 2024, 11:12 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