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)
Sat, Feb 28, 5:22 PM
Unknown Object (File)
Sat, Feb 28, 2:09 AM
Unknown Object (File)
Fri, Feb 13, 5:38 PM
Unknown Object (File)
Sun, Feb 8, 8:11 AM
Unknown Object (File)
Sun, Feb 8, 4:11 AM
Unknown Object (File)
Jan 31 2026, 5:10 AM
Unknown Object (File)
Nov 27 2025, 10:17 PM
Unknown Object (File)
Nov 27 2025, 9:35 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