Home
last modified time | relevance | path

Searched hist:"81 d98fa4df3d1683b3ef21e8a7a0ccac7874f0de" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/
H A Dtun.cdiff 81d98fa4df3d1683b3ef21e8a7a0ccac7874f0de Fri Oct 20 13:29:56 CDT 2017 Eric Dumazet <edumazet@google.com> tun: avoid extra timer schedule in tun_flow_cleanup()

If tun_flow_cleanup() deleted all flows, no need to
arm the timer again. It will be armed next time
tun_flow_update() is called.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>