]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
TCP timers are executed in callout context, so they need to enter network
authorglebius <glebius@FreeBSD.org>
Thu, 7 Nov 2019 00:27:23 +0000 (00:27 +0000)
committerglebius <glebius@FreeBSD.org>
Thu, 7 Nov 2019 00:27:23 +0000 (00:27 +0000)
commita09b9c105d46e4b10e61993e8773703d68de8891
treebd5a25188f94daa868d073286511aab598d49d8f
parentd85e3111e49256fd6f2e81084decc97b6bdd2d53
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.
sys/netinet/tcp_timer.c