Lines Matching +defs:val +defs:t
107 int t; in br_should_become_root_port() local
291 int t; in br_should_become_designated_port() local
334 int t; in br_supersedes_port_info() local
572 int br_set_hello_time(struct net_bridge *br, unsigned long val) in br_set_hello_time()
574 unsigned long t = clock_t_to_jiffies(val); in br_set_hello_time() local
587 int br_set_max_age(struct net_bridge *br, unsigned long val) in br_set_max_age()
589 unsigned long t = clock_t_to_jiffies(val); in br_set_max_age() local
604 int __set_ageing_time(struct net_device *dev, unsigned long t) in __set_ageing_time()
631 unsigned long t = clock_t_to_jiffies(ageing_time); in br_set_ageing_time() local
662 void __br_set_topology_change(struct net_bridge *br, unsigned char val) in __br_set_topology_change()
664 unsigned long t; in __br_set_topology_change() local
690 void __br_set_forward_delay(struct net_bridge *br, unsigned long t) in __br_set_forward_delay()
697 int br_set_forward_delay(struct net_bridge *br, unsigned long val) in br_set_forward_delay()
699 unsigned long t = clock_t_to_jiffies(val); in br_set_forward_delay() local