br_set_hello_time  191 net/bridge/br_ioctl.c 		ret = br_set_hello_time(br, args[1]);
br_set_hello_time 1063 net/bridge/br_netlink.c 		err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME]));
br_set_hello_time 1122 net/bridge/br_private.h int br_set_hello_time(struct net_bridge *br, unsigned long x);
br_set_hello_time   81 net/bridge/br_sysfs_br.c 	return store_bridge_parm(d, buf, len, br_set_hello_time);