br_set_hello_time
ret = br_set_hello_time(br, args[1]);
err = br_set_hello_time(br, nla_get_u32(data[IFLA_BR_HELLO_TIME]));
int br_set_hello_time(struct net_bridge *br, unsigned long x);
return br_set_hello_time(br, val);