Searched refs:br_set_max_age (Results 1 – 5 of 5) sorted by relevance
198 return br_set_max_age(br, args[1]); in old_dev_ioctl()
554 int br_set_max_age(struct net_bridge *br, unsigned long val) in br_set_max_age() function
909 int br_set_max_age(struct net_bridge *br, unsigned long x);
92 return store_bridge_parm(d, buf, len, br_set_max_age); in max_age_store()
875 err = br_set_max_age(br, nla_get_u32(data[IFLA_BR_MAX_AGE])); in br_changelink()