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)
Mon, Aug 10, 10:29 AM
Unknown Object (File)
Fri, Aug 7, 9:16 PM
Unknown Object (File)
Fri, Aug 7, 1:25 PM
Unknown Object (File)
Thu, Aug 6, 12:45 PM
Unknown Object (File)
Thu, Aug 6, 8:51 AM
Unknown Object (File)
Wed, Aug 5, 2:48 AM
Unknown Object (File)
Thu, Jul 30, 2:23 PM
Unknown Object (File)
Sun, Jul 26, 2:48 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