Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bridge/
Dbr_stp.c26 #define MESSAGE_AGE_INCR ((HZ < 256) ? 1 : (HZ/256)) macro
173 + MESSAGE_AGE_INCR; in br_transmit_config()