Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_multicast.c4811 unsigned long intvl_jiffies = clock_t_to_jiffies(val); in br_multicast_set_query_intvl() local
4813 if (intvl_jiffies < BR_MULTICAST_QUERY_INTVL_MIN) { in br_multicast_set_query_intvl()
4818 intvl_jiffies = BR_MULTICAST_QUERY_INTVL_MIN; in br_multicast_set_query_intvl()
4821 if (intvl_jiffies > BR_MULTICAST_QUERY_INTVL_MAX) { in br_multicast_set_query_intvl()
4826 intvl_jiffies = BR_MULTICAST_QUERY_INTVL_MAX; in br_multicast_set_query_intvl()
4829 brmctx->multicast_query_interval = intvl_jiffies; in br_multicast_set_query_intvl()
4835 unsigned long intvl_jiffies = clock_t_to_jiffies(val); in br_multicast_set_startup_query_intvl() local
4837 if (intvl_jiffies < BR_MULTICAST_STARTUP_QUERY_INTVL_MIN) { in br_multicast_set_startup_query_intvl()
4842 intvl_jiffies = BR_MULTICAST_STARTUP_QUERY_INTVL_MIN; in br_multicast_set_startup_query_intvl()
4845 if (intvl_jiffies > BR_MULTICAST_STARTUP_QUERY_INTVL_MAX) { in br_multicast_set_startup_query_intvl()
[all …]