Searched refs:keepalive_intv (Results 1 – 1 of 1) sorted by relevance
124 unsigned long keepalive_intv; member428 n->keepalive_intv = U32_MAX; in tipc_node_create()446 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()447 n->keepalive_intv = intv; in tipc_node_calculate_timer()450 tipc_link_set_abort_limit(l, tol / n->keepalive_intv); in tipc_node_calculate_timer()640 mod_timer(&n->timer, jiffies + msecs_to_jiffies(n->keepalive_intv)); in tipc_node_timeout()1023 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()