Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dnode.c189 n_ptr->keepalive_intv = U32_MAX; in tipc_node_create()
205 unsigned long keepalive_intv = msecs_to_jiffies(intv); in tipc_node_calculate_timer() local
208 if (keepalive_intv < n->keepalive_intv) in tipc_node_calculate_timer()
209 n->keepalive_intv = keepalive_intv; in tipc_node_calculate_timer()
212 l->abort_limit = l->tolerance / jiffies_to_msecs(n->keepalive_intv); in tipc_node_calculate_timer()
316 if (!mod_timer(&n->timer, jiffies + n->keepalive_intv)) in tipc_node_timeout()
624 if (!mod_timer(&n->timer, jiffies + n->keepalive_intv)) in tipc_node_check_dest()
Dnode.h128 unsigned long keepalive_intv; member
Dlink.h164 unsigned long keepalive_intv; member