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)
Tue, Oct 14, 9:50 PM
Unknown Object (File)
Tue, Oct 14, 9:50 PM
Unknown Object (File)
Tue, Oct 14, 9:50 PM
Unknown Object (File)
Tue, Oct 14, 12:32 PM
Unknown Object (File)
Mon, Oct 13, 11:43 PM
Unknown Object (File)
Sun, Oct 12, 6:13 AM
Unknown Object (File)
Fri, Oct 10, 9:47 PM
Unknown Object (File)
Wed, Oct 8, 2:29 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