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)
Tue, Jan 14, 1:00 AM
Unknown Object (File)
Mon, Jan 6, 5:00 AM
Unknown Object (File)
Thu, Dec 26, 9:51 PM
Unknown Object (File)
Dec 14 2024, 8:59 PM
Unknown Object (File)
Nov 27 2024, 6:31 AM
Unknown Object (File)
Nov 13 2024, 7:36 PM
Unknown Object (File)
Nov 11 2024, 11:01 PM
Unknown Object (File)
Nov 7 2024, 6:16 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