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)
Feb 20 2024, 12:49 AM
Unknown Object (File)
Feb 1 2024, 5:31 AM
Unknown Object (File)
Dec 22 2023, 11:31 PM
Unknown Object (File)
Dec 12 2023, 3:10 PM
Unknown Object (File)
Nov 30 2023, 7:04 AM
Unknown Object (File)
Nov 10 2023, 6:09 AM
Unknown Object (File)
Nov 6 2023, 7:15 PM
Unknown Object (File)
Oct 18 2023, 10:19 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