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