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, Nov 4, 9:38 PM
Unknown Object (File)
Tue, Nov 4, 8:54 PM
Unknown Object (File)
Tue, Nov 4, 2:12 AM
Unknown Object (File)
Sun, Nov 2, 7:55 PM
Unknown Object (File)
Wed, Oct 29, 12:21 PM
Unknown Object (File)
Wed, Oct 29, 12:20 PM
Unknown Object (File)
Tue, Oct 21, 2:27 AM
Unknown Object (File)
Sun, Oct 19, 2:18 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