Lines Matching full:timer2
195 * @timer2: general timer 2 (jiffies)
224 unsigned long timer2; member
1411 tx->timer2 = jiffies; in tipc_crypto_key_synch()
1504 c->timer2 = jiffies; in tipc_crypto_start()
1584 rx->timer2 = jiffies; in tipc_crypto_timeout()
1612 rx->timer2 = jiffies; in tipc_crypto_timeout()
1622 if (time_before(jiffies, rx->timer2 + TIPC_RX_PASSIVE_LIM) && in tipc_crypto_timeout()
1636 if (time_after(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_timeout()
1736 time_before(jiffies, tx->timer2 + TIPC_TX_GRACE_PERIOD)) { in tipc_crypto_xmit()
1966 rx->timer2 = jiffies; in tipc_crypto_rcv_complete()
2086 c->timer2 + TIPC_TX_GRACE_PERIOD)) in tipc_crypto_key_dump()