Home
last modified time | relevance | path

Searched refs:TIPC_TX_LASTING_TIME (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/tipc/
Dcrypto.c45 #define TIPC_TX_LASTING_TIME msecs_to_jiffies(10000) /* 10s */ macro
1556 if (time_before(jiffies, tx->timer1 + TIPC_TX_LASTING_TIME)) in tipc_crypto_timeout()