HomeFreeBSD

In tcp_ctloutput(), don't hold the inpcb lock over a call to

Description

In tcp_ctloutput(), don't hold the inpcb lock over a call to
ip_ctloutput(), as it may need to perform blocking memory allocations.
This also improves consistency with locking relative to other points
that call into ip_ctloutput().

Bumped into by: Grover Lines <grover@ceribus.net>

Details

Provenance
rwatsonAuthored on Jun 18 2004, 8:22 PM
Parents
rG8e1b797456b4: Add a sysctl/tunable, "kern.always_console_output", that lets you set
Branches
Unknown
Tags
Unknown

Event Timeline