HomeFreeBSD

ip6_output() has a complex set of gotos, and some can jump out of

Description

ip6_output() has a complex set of gotos, and some can jump out of
the epoch section towards return statement. Since entering epoch
is cheap, it is easier to cover the whole function with epoch,
rather than try to properly maintain its state.

Details

Provenance
glebiusAuthored on
Parents
rS353355: Cleanup unneeded includes that crept in with r353292.
Branches
Unknown
Tags
Unknown