Searched refs:keepalive_intv (Results 1 – 1 of 1) sorted by relevance
141 unsigned long keepalive_intv; member593 n->keepalive_intv = 10000; in tipc_node_create()594 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()621 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()622 n->keepalive_intv = intv; in tipc_node_calculate_timer()625 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer()829 n->keepalive_intv = 10000; in tipc_node_timeout()847 mod_timer(&n->timer, jiffies + msecs_to_jiffies(n->keepalive_intv)); in tipc_node_timeout()1302 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()3109 i += scnprintf(buf + i, sz - i, " %lu\n", n->keepalive_intv); in tipc_node_dump()