Home
last modified time | relevance | path

Searched refs:br_set_hello_time (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_ioctl.c191 ret = br_set_hello_time(br, args[1]); in old_dev_ioctl()
H A Dbr_stp.c552 int br_set_hello_time(struct net_bridge *br, unsigned long val) in br_set_hello_time() function
H A Dbr_sysfs_br.c81 return store_bridge_parm(d, buf, len, br_set_hello_time); in hello_time_store()
H A Dbr_private.h1389 int br_set_hello_time(struct net_bridge *br, unsigned long x);
H A Dbr_netlink.c1116 err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME])); in br_changelink()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_ioctl.c229 ret = br_set_hello_time(br, args[1]); in br_dev_siocdevprivate()
H A Dbr_stp.c572 int br_set_hello_time(struct net_bridge *br, unsigned long val) in br_set_hello_time() function
H A Dbr_sysfs_br.c97 return br_set_hello_time(br, val); in set_hello_time()
H A Dbr_netlink.c1287 err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME])); in br_changelink()
H A Dbr_private.h1947 int br_set_hello_time(struct net_bridge *br, unsigned long x);

Completed in 19 milliseconds