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)
Sun, Nov 2, 7:23 AM
Unknown Object (File)
Wed, Oct 29, 3:12 PM
Unknown Object (File)
Wed, Oct 29, 2:22 PM
Unknown Object (File)
Fri, Oct 24, 7:03 AM
Unknown Object (File)
Sun, Oct 19, 2:52 AM
Unknown Object (File)
Sat, Oct 18, 4:51 AM
Unknown Object (File)
Oct 1 2025, 4:53 AM
Unknown Object (File)
Sep 24 2025, 6:55 PM

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