Searched refs:BABEL_HELLO_EXPIRY_FACTOR (Results 1 – 4 of 4) sorted by relevance
44 #define BABEL_HELLO_EXPIRY_FACTOR(X) ((X)*3/2) /* 1.5 */ macro
922 n->hello_expiry = now + BABEL_HELLO_EXPIRY_FACTOR(interval); in babel_update_hello_history()
44 #define BABEL_HELLO_EXPIRY_FACTOR(X) ((btime)(X)*3/2) /* 1.5 */ macro
1104 n->hello_expiry = current_time() + BABEL_HELLO_EXPIRY_FACTOR(interval); in babel_update_hello_history()