Searched refs:inactivity (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c1187 * various timers such as the inactivity timer in each PCB.
1709 u32_t inactivity; local
1724 * these the one with the longest inactivity time.
1728 inactivity = 0;
1733 /* longer inactivity is also a kill candidate */
1734 ((pcb->prio == mprio) && ((u32_t)(tcp_ticks - pcb->tmr) >= inactivity))) {
1735 inactivity = tcp_ticks - pcb->tmr;
1742 (void *)inactive, inactivity));
1755 u32_t inactivity; local
1759 inactivity
1787 u32_t inactivity; local
[all...]

Completed in 86 milliseconds