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.c4897 unsigned long intvl_jiffies = clock_t_to_jiffies(val); in br_multicast_set_query_intvl() local
4899 if (intvl_jiffies < BR_MULTICAST_QUERY_INTVL_MIN) { in br_multicast_set_query_intvl()
4904 intvl_jiffies = BR_MULTICAST_QUERY_INTVL_MIN; in br_multicast_set_query_intvl()
4907 if (intvl_jiffies > BR_MULTICAST_QUERY_INTVL_MAX) { in br_multicast_set_query_intvl()
4912 intvl_jiffies = BR_MULTICAST_QUERY_INTVL_MAX; in br_multicast_set_query_intvl()
4915 brmctx->multicast_query_interval = intvl_jiffies; in br_multicast_set_query_intvl()
4921 unsigned long intvl_jiffies = clock_t_to_jiffies(val); in br_multicast_set_startup_query_intvl() local
4923 if (intvl_jiffies < BR_MULTICAST_STARTUP_QUERY_INTVL_MIN) { in br_multicast_set_startup_query_intvl()
4928 intvl_jiffies = BR_MULTICAST_STARTUP_QUERY_INTVL_MIN; in br_multicast_set_startup_query_intvl()
4931 if (intvl_jiffies > BR_MULTICAST_STARTUP_QUERY_INTVL_MAX) { in br_multicast_set_startup_query_intvl()
[all …]