Lines Matching defs:intv
461 unsigned long intv;
578 intv = jiffies + msecs_to_jiffies(n->keepalive_intv);
579 if (!mod_timer(&n->timer, intv))
602 unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4;
605 if (intv < n->keepalive_intv)
606 n->keepalive_intv = intv;
1159 unsigned long intv;
1275 intv = jiffies + msecs_to_jiffies(n->keepalive_intv);
1276 if (!mod_timer(&n->timer, intv))
2904 static int tipc_nl_retrieve_rekeying(struct nlattr **attrs, u32 *intv)
2911 *intv = nla_get_u32(attr);
2924 u32 intv = 0;
2942 rc = tipc_nl_retrieve_rekeying(attrs, &intv);
2990 tipc_crypto_rekeying_sched(tx, rekeying, intv);