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