Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddevlink.c2780 struct nlattr *param_value_attr; in devlink_nl_param_value_fill_one() local
2782 param_value_attr = nla_nest_start(msg, DEVLINK_ATTR_PARAM_VALUE); in devlink_nl_param_value_fill_one()
2783 if (!param_value_attr) in devlink_nl_param_value_fill_one()
2814 nla_nest_end(msg, param_value_attr); in devlink_nl_param_value_fill_one()
2818 nla_nest_cancel(msg, param_value_attr); in devlink_nl_param_value_fill_one()