Lines Matching refs:intv
476 unsigned long intv; in tipc_node_create() local
574 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()
575 if (!mod_timer(&n->timer, intv)) in tipc_node_create()
598 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() local
601 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()
602 n->keepalive_intv = intv; in tipc_node_calculate_timer()
1165 unsigned long intv; in tipc_node_check_dest() local
1294 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()
1295 if (!mod_timer(&n->timer, intv)) in tipc_node_check_dest()
2936 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv) in tipc_nl_retrieve_rekeying() argument
2943 *intv = nla_get_u32(attr); in tipc_nl_retrieve_rekeying()
2956 u32 intv = 0; in __tipc_nl_node_set_key() local
2974 rc = tipc_nl_retrieve_rekeying(attrs, &intv); in __tipc_nl_node_set_key()
3022 tipc_crypto_rekeying_sched(tx, rekeying, intv); in __tipc_nl_node_set_key()