HomeFreeBSD

protocols: don't execute protosw_init() for every VNET

Description

protocols: don't execute protosw_init() for every VNET

The function now modifies pr_usrreqs only, which are always
global. Rename it to pr_usrreqs_init().

Differential revision: https://reviews.freebsd.org/D33538

Details

Provenance
glebiusAuthored on Jan 3 2022, 6:15 PM
Differential Revision
D33538: protocols: don't execute protosw_init() for every VNET
Parents
rG89128ff3e421: protocols: init with standard SYSINIT(9) or VNET_SYSINIT
Branches
Unknown
Tags
Unknown