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)
Mon, Mar 2, 2:06 PM
Unknown Object (File)
Jan 31 2026, 3:20 AM
Unknown Object (File)
Jan 30 2026, 11:37 PM
Unknown Object (File)
Jan 30 2026, 4:13 PM
Unknown Object (File)
Jan 25 2026, 12:46 AM
Unknown Object (File)
Jan 11 2026, 3:07 PM
Unknown Object (File)
Dec 13 2025, 8:27 AM
Unknown Object (File)
Nov 27 2025, 3:03 AM

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