Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A 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()