Home
last modified time | relevance | path

Searched refs:next_poll_tick (Results 1 – 3 of 3) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DVirtual.c1729 UINT64 next_poll_tick = 0; in NnMainLoop() local
1765 next_poll_tick = Tick64() + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1766 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()
1797 if (next_poll_tick == 0 || next_poll_tick <= now) in NnMainLoop()
1815 next_poll_tick = now + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1816 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DVirtual.c1729 UINT64 next_poll_tick = 0; in NnMainLoop() local
1765 next_poll_tick = Tick64() + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1766 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()
1797 if (next_poll_tick == 0 || next_poll_tick <= now) in NnMainLoop()
1815 next_poll_tick = now + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1816 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVirtual.c1647 UINT64 next_poll_tick = 0; in NnMainLoop() local
1683 next_poll_tick = Tick64() + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1684 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()
1715 if (next_poll_tick == 0 || next_poll_tick <= now) in NnMainLoop()
1733 next_poll_tick = now + (UINT64)NN_POLL_CONNECTIVITY_INTERVAL; in NnMainLoop()
1734 AddInterrupt(interrupt, next_poll_tick); in NnMainLoop()