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