HomeFreeBSD

netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK.

Description

netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK.

This parameter was set to the hook that terminated the iteration
early. However, none of the remaining callers used this argument and
it was always set to an otherwise-unused variable.

Details

Provenance
jhbAuthored on Apr 12 2022, 9:58 PM
Parents
rGfa351643f586: netgraph: Remove unused variable.
Branches
Unknown
Tags
Unknown