Lines Matching refs:intv
477 unsigned long intv; in tipc_node_create() local
594 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_create()
595 if (!mod_timer(&n->timer, intv)) in tipc_node_create()
618 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; in tipc_node_calculate_timer() local
621 if (intv < n->keepalive_intv) in tipc_node_calculate_timer()
622 n->keepalive_intv = intv; in tipc_node_calculate_timer()
1186 unsigned long intv; in tipc_node_check_dest() local
1302 intv = jiffies + msecs_to_jiffies(n->keepalive_intv); in tipc_node_check_dest()
1303 if (!mod_timer(&n->timer, intv)) in tipc_node_check_dest()
2950 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv) in tipc_nl_retrieve_rekeying() argument
2957 *intv = nla_get_u32(attr); in tipc_nl_retrieve_rekeying()
2970 u32 intv = 0; in __tipc_nl_node_set_key() local
2988 rc = tipc_nl_retrieve_rekeying(attrs, &intv); in __tipc_nl_node_set_key()
3036 tipc_crypto_rekeying_sched(tx, rekeying, intv); in __tipc_nl_node_set_key()