Searched refs:BR_MAX_HELLO_TIME (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/net/bridge/ | ||
D | br_private_stp.h | 17 #define BR_MAX_HELLO_TIME (10*HZ) macro |
D | br_stp.c | 576 if (t < BR_MIN_HELLO_TIME || t > BR_MAX_HELLO_TIME) in br_set_hello_time() |