Page MenuHomeFreeBSD

pf: Move nvlist conversion functions to pf_nv
ClosedPublic

Authored by kp on May 20 2021, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 4:53 AM
Unknown Object (File)
Wed, Sep 24, 6:55 PM
Unknown Object (File)
Tue, Sep 23, 5:56 AM
Unknown Object (File)
Sat, Sep 13, 9:56 AM
Unknown Object (File)
Sep 5 2025, 11:11 AM
Unknown Object (File)
Sep 5 2025, 3:08 AM
Unknown Object (File)
Aug 6 2025, 7:24 PM
Unknown Object (File)
Jul 29 2025, 12:49 AM

Details

Summary

Separate the conversion functions (between kernel structs and nvlists)
to pf_nv. This reduces the size of pf_ioctl.c, which is already quite
large and complex, a good bit. It also keeps all the fairly
straightforward conversion code together.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable