HomeFreeBSD

TCP timers are executed in callout context, so they need to enter network

Description

TCP timers are executed in callout context, so they need to enter network
epoch to look into PCB lists. Mechanically convert INP_INFO_RLOCK() to
NET_EPOCH_ENTER(). No functional change here.

Details

Provenance
glebiusAuthored on
Parents
rS354422: Mechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER() in
Branches
Unknown
Tags
Unknown