Lines Matching refs:intv
475 unsigned long intv; in tipc_node_create() local
592 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()
593 if (!mod_timer(&n->timer, intv)) in tipc_node_create()
616 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() local
619 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()
620 n->keepalive_intv = intv; in tipc_node_calculate_timer()
1184 unsigned long intv; in tipc_node_check_dest() local
1300 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()
1301 if (!mod_timer(&n->timer, intv)) in tipc_node_check_dest()
2949 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv) in tipc_nl_retrieve_rekeying() argument
2956 *intv = nla_get_u32(attr); in tipc_nl_retrieve_rekeying()
2969 u32 intv = 0; in __tipc_nl_node_set_key() local
2987 rc = tipc_nl_retrieve_rekeying(attrs, &intv); in __tipc_nl_node_set_key()
3035 tipc_crypto_rekeying_sched(tx, rekeying, intv); in __tipc_nl_node_set_key()