Searched refs:br_set_max_age (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_ioctl.c | 198 ret = br_set_max_age(br, args[1]); in old_dev_ioctl()
|
H A D | br_stp.c | 567 int br_set_max_age(struct net_bridge *br, unsigned long val) in br_set_max_age() function
|
H A D | br_sysfs_br.c | 95 return store_bridge_parm(d, buf, len, br_set_max_age); in max_age_store()
|
H A D | br_private.h | 1390 int br_set_max_age(struct net_bridge *br, unsigned long x);
|
H A D | br_netlink.c | 1122 err = br_set_max_age(br, nla_get_u32(data[IFLA_BR_MAX_AGE])); in br_changelink()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_ioctl.c | 236 ret = br_set_max_age(br, args[1]); in br_dev_siocdevprivate()
|
H A D | br_stp.c | 587 int br_set_max_age(struct net_bridge *br, unsigned long val) in br_set_max_age() function
|
H A D | br_sysfs_br.c | 118 return br_set_max_age(br, val); in set_max_age()
|
H A D | br_netlink.c | 1293 err = br_set_max_age(br, nla_get_u32(data[IFLA_BR_MAX_AGE])); in br_changelink()
|
H A D | br_private.h | 1948 int br_set_max_age(struct net_bridge *br, unsigned long x);
|
Completed in 17 milliseconds