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
F98502066: D27762.diff
Thu, Oct 3, 3:09 PM
Unknown Object (File)
Wed, Oct 2, 8:53 AM
Unknown Object (File)
Tue, Oct 1, 3:18 PM
Unknown Object (File)
Tue, Oct 1, 3:18 PM
Unknown Object (File)
Thu, Sep 26, 2:59 PM
Unknown Object (File)
Wed, Sep 25, 8:34 PM
Unknown Object (File)
Tue, Sep 24, 3:34 PM
Unknown Object (File)
Mon, Sep 23, 7:28 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