Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.c47 #define TIPC_RX_PASSIVE_LIM msecs_to_jiffies(15000) /* 15s */ macro
1615 if (time_before(jiffies, rx->timer2 + TIPC_RX_PASSIVE_LIM) && in tipc_crypto_timeout()