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)
Thu, Sep 25, 10:59 PM
Unknown Object (File)
Thu, Sep 25, 10:55 PM
Unknown Object (File)
Mon, Sep 22, 4:35 AM
Unknown Object (File)
Mon, Sep 15, 5:21 AM
Unknown Object (File)
Mon, Sep 15, 5:21 AM
Unknown Object (File)
Mon, Sep 15, 5:21 AM
Unknown Object (File)
Mon, Sep 15, 4:17 AM
Unknown Object (File)
Sep 4 2025, 11:17 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