Home
last modified time | relevance | path

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

/net/bridge/
Dbr_ioctl.c195 ret = br_set_hello_time(br, args[1]); in old_dev_ioctl()
Dbr_stp.c534 int br_set_hello_time(struct net_bridge *br, unsigned long val) in br_set_hello_time() function
Dbr_sysfs_br.c84 return store_bridge_parm(d, buf, len, br_set_hello_time); in hello_time_store()
Dbr_private.h993 int br_set_hello_time(struct net_bridge *br, unsigned long x);
Dbr_netlink.c872 err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME])); in br_changelink()