TEAM_ATTR_OPTION_NAME
if (nla_put_string(skb, TEAM_ATTR_OPTION_NAME, option->name))
if (!opt_attrs[TEAM_ATTR_OPTION_NAME] ||
opt_name = nla_data(opt_attrs[TEAM_ATTR_OPTION_NAME]);
[TEAM_ATTR_OPTION_NAME] = { .type = NLA_STRING, .len = TEAM_STRING_MAX_LEN, },