Lines Matching full:timer2
192 * @timer2: general timer 2 (jiffies)
220 unsigned long timer2; member
1410 tx->timer2 = jiffies; in tipc_crypto_key_synch()
1501 c->timer2 = jiffies; in tipc_crypto_start()
1581 rx->timer2 = jiffies; in tipc_crypto_timeout()
1609 rx->timer2 = jiffies; in tipc_crypto_timeout()
1619 if (time_before(jiffies, rx->timer2 + TIPC_RX_PASSIVE_LIM) && in tipc_crypto_timeout()
1633 if (time_after(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_timeout()
1733 time_before(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) { in tipc_crypto_xmit()
1962 rx->timer2 = jiffies; in tipc_crypto_rcv_complete()
2082 c->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_key_dump()