Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_ioctl.c197 return br_set_max_age(br, args[1]); in old_dev_ioctl()
Dbr_stp.c543 int br_set_max_age(struct net_bridge *br, unsigned long val) in br_set_max_age() function
Dbr_private.h792 int br_set_max_age(struct net_bridge *br, unsigned long x);
Dbr_netlink.c775 err = br_set_max_age(br, nla_get_u32(data[IFLA_BR_MAX_AGE])); in br_changelink()
Dbr_sysfs_br.c92 return store_bridge_parm(d, buf, len, br_set_max_age); in max_age_store()