HomeFreeBSD

pf: use M_WAITOK where possible

Description

pf: use M_WAITOK where possible

In the ioctl path use M_WAITOK allocations whereever possible. These are
less sensitive to memory pressure, and ioctl requests have no hard
deadlines.

Reviewed by: donner
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D30702

Details

Provenance
kpAuthored on Jun 9 2021, 12:00 PM
Reviewer
donner
Differential Revision
D30702: pf: use M_WAITOK where possible
Parents
rG89f15b79b187: linux(4): Regen for ppoll_time64 system call.
Branches
Unknown
Tags
Unknown